Skip to content

Commit 603b4bd

Browse files
dependabot[bot]urschrei
authored andcommitted
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 3448d28 commit 603b4bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
rust: stable
4141
target: x86_64-pc-windows-msvc
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: dtolnay/rust-toolchain@stable
4545
with:
4646
targets: ${{ matrix.target }}
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
xcodebuild -showsdks
9393
SDKROOT=$(xcrun -sdk macosx14.5 --show-sdk-path)
94-
- uses: actions/checkout@v5
94+
- uses: actions/checkout@v6
9595
- uses: dtolnay/rust-toolchain@stable
9696
with:
9797
targets: ${{ matrix.target }}

0 commit comments

Comments
 (0)