Skip to content

Commit c368bf1

Browse files
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) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [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] <[email protected]>
1 parent 8ae90e3 commit c368bf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coreaudio-sys.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
toolchain: [stable, nightly]
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- uses: dtolnay/rust-toolchain@master
1313
with:
1414
toolchain: ${{ matrix.toolchain }}
@@ -26,7 +26,7 @@ jobs:
2626
toolchain: [stable, nightly]
2727
target: [aarch64-apple-ios, x86_64-apple-ios, aarch64-apple-ios-sim]
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
- uses: dtolnay/rust-toolchain@master
3131
with:
3232
toolchain: ${{ matrix.toolchain }}
@@ -43,7 +43,7 @@ jobs:
4343
macos-docs:
4444
runs-on: macOS-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
- uses: dtolnay/rust-toolchain@master
4848
with:
4949
toolchain: stable
@@ -58,7 +58,7 @@ jobs:
5858
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
5959
runs-on: macOS-latest
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v6
6262
- uses: dtolnay/rust-toolchain@master
6363
with:
6464
toolchain: stable

0 commit comments

Comments
 (0)