Skip to content

Commit efcf27a

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8db21fd commit efcf27a

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@v2
11+
- uses: actions/checkout@v3
1212
- name: Install llvm and clang
1313
run: brew install llvm
1414
- name: Install stable
@@ -31,7 +31,7 @@ jobs:
3131
toolchain: [stable, nightly]
3232
target: [aarch64-apple-ios, x86_64-apple-ios, aarch64-apple-ios-sim]
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
- name: Install stable rust toolchain
3636
uses: actions-rs/toolchain@v1
3737
with:
@@ -54,7 +54,7 @@ jobs:
5454
macos-docs:
5555
runs-on: macOS-latest
5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5858
- name: Install llvm and clang
5959
run: brew install llvm
6060
- name: Install stable
@@ -74,7 +74,7 @@ jobs:
7474
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
7575
runs-on: macOS-latest
7676
steps:
77-
- uses: actions/checkout@v2
77+
- uses: actions/checkout@v3
7878
- name: Install llvm and clang
7979
run: brew install llvm
8080
- name: Install stable

0 commit comments

Comments
 (0)