Skip to content

Commit 5db0d92

Browse files
authored
Merge pull request #47 from GTkorvo/dependabot/github_actions/all-actions-21aeaa2777
Bump the all-actions group with 2 updates
2 parents 9071b0c + b669e7a commit 5db0d92

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
MSAN_FLAGS: "-fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer"
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030

3131
- name: Install dependencies
3232
run: |
@@ -60,7 +60,7 @@ jobs:
6060
ASAN_FLAGS: "-fsanitize=address -fno-omit-frame-pointer"
6161

6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464

6565
- name: Install dependencies
6666
run: |
@@ -94,7 +94,7 @@ jobs:
9494
UBSAN_FLAGS: "-fsanitize=undefined -fno-omit-frame-pointer"
9595

9696
steps:
97-
- uses: actions/checkout@v4
97+
- uses: actions/checkout@v6
9898

9999
- name: Install dependencies
100100
run: |
@@ -144,14 +144,14 @@ jobs:
144144
container: ubuntu:22.04
145145

146146
steps:
147-
- uses: actions/checkout@v4
147+
- uses: actions/checkout@v6
148148
with:
149149
ref: ${{ github.event.pull_request.head.sha }}
150150
path: source
151151
- name: Setup
152152
run: source/scripts/ci/setup/linux.sh
153153
- name: Cache CMake build
154-
uses: actions/cache@v4
154+
uses: actions/cache@v5
155155
with:
156156
path: build
157157
key: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.buildtype }}-${{ hashFiles('source/CMakeLists.txt', 'source/**/*.cmake') }}
@@ -201,7 +201,7 @@ jobs:
201201
shell: bash
202202

203203
steps:
204-
- uses: actions/checkout@v4
204+
- uses: actions/checkout@v6
205205
with:
206206
ref: ${{ github.event.pull_request.head.sha }}
207207
path: source
@@ -212,7 +212,7 @@ jobs:
212212
if: ${{ runner.os == 'macOS' }}
213213
run: source/scripts/ci/setup/macos.sh
214214
- name: Cache CMake build
215-
uses: actions/cache@v4
215+
uses: actions/cache@v5
216216
with:
217217
path: build
218218
key: ${{ matrix.jobname }}-${{ matrix.buildtype }}-${{ hashFiles('source/CMakeLists.txt', 'source/**/*.cmake') }}

.github/workflows/triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
if: ${{ github.event.action == 'completed' }}
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Post CDash Status
1717
run: scripts/ci/scripts/post-cdash-status.sh ${{ github.event.repository.full_name }} ${{ github.event.workflow_run.head_sha }} ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)