Skip to content

Commit c22b35c

Browse files
dependabot[bot]anonrig
authored andcommitted
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be90a14 commit c22b35c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
name: ${{ matrix.os }} ${{ matrix.cxx || 'MSVC' }}${{ matrix.name_suffix || '' }}
9696
runs-on: ${{ matrix.os }}
9797
steps:
98-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v6
9999

100100
- name: Setup Ninja (Ubuntu)
101101
if: startsWith(matrix.os, 'ubuntu')
@@ -152,7 +152,7 @@ jobs:
152152
name: Rust ${{ matrix.toolchain }} / ${{ matrix.os }}
153153
runs-on: ${{ matrix.os }}
154154
steps:
155-
- uses: actions/checkout@v4
155+
- uses: actions/checkout@v6
156156

157157
- name: Install Rust
158158
uses: dtolnay/rust-toolchain@master

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
EVENT: ${{ toJSON(github.event) }}
2323
- name: Checkout
24-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2525
with:
2626
persist-credentials: false
2727
sparse-checkout: .

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
33+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3434
with:
3535
persist-credentials: false
3636

@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v6
6868

6969
- name: Install Rust
7070
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)