Skip to content

Commit 05501b4

Browse files
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 d4747e7 commit 05501b4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
feature-combinations: ${{ steps.cargo-toml-features.outputs.feature-combinations }}
1414
steps:
1515
- name: Check out repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
persist-credentials: false
1919
- name: Determine Cargo Features
@@ -32,7 +32,7 @@ jobs:
3232
CRATE_FEATURES: ${{ join(matrix.features, ',') }}
3333
steps:
3434
- name: Check out repository
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
persist-credentials: false
3838
- name: Print Rust version
@@ -57,7 +57,7 @@ jobs:
5757
if: startsWith(github.ref, 'refs/tags/')
5858
steps:
5959
- name: Check out repository
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161
with:
6262
persist-credentials: false
6363
- name: Authenticate with registry

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pages: write
1818
steps:
1919
- name: Check out repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
persist-credentials: false
2323

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
persist-credentials: false
2020

0 commit comments

Comments
 (0)