Skip to content

Commit 8da4b86

Browse files
Merge pull request #57 from RustAudio/dependabot/github_actions/actions/checkout-3
2 parents 8db21fd + efcf27a commit 8da4b86

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)