Skip to content

Commit 57c4c68

Browse files
chore(deps): Bump actions/checkout from 5.0.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c542d9 commit 57c4c68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/Auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
VCPKG_DISABLE_METRICS: 1
5252

5353
steps:
54-
- uses: actions/checkout@v5.0.1
54+
- uses: actions/checkout@v6.0.0
5555

5656
- run: |
5757
echo "Update: $(date)" > .github/Update.md

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id-token: write
5858

5959
steps:
60-
- uses: actions/checkout@v5.0.1
60+
- uses: actions/checkout@v6.0.0
6161

6262
- uses: actions/[email protected]
6363
with:

.github/workflows/Node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
node-version: [18, 19, 20]
6060

6161
steps:
62-
- uses: actions/checkout@v5.0.1
62+
- uses: actions/checkout@v6.0.0
6363

6464
- uses: pnpm/[email protected]
6565
with:

.github/workflows/Rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
toolchain: ["stable", "nightly"]
5858

5959
steps:
60-
- uses: actions/checkout@v5.0.1
60+
- uses: actions/checkout@v6.0.0
6161

6262
- uses: actions-rs/[email protected]
6363
with:

0 commit comments

Comments
 (0)