Skip to content

Commit 26b2ad9

Browse files
authored
Merge pull request #89 from max0x7ba/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 246b0ca + 6288487 commit 26b2ad9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131

3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434

3535
- name: Install Meson and Boost.Test
3636
run: sudo apt-get install --yes -qq meson libboost-test-dev

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Install Boost.Test
3434
run: sudo apt-get install --yes -qq libboost-test-dev

.github/workflows/cmake-gcc-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- { c: clang, cpp: clang++ }
4343

4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646

4747
- name: Set reusable strings
4848
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.

0 commit comments

Comments
 (0)