Skip to content

Commit a1930b4

Browse files
Merge pull request #88 from RustAudio/dependabot/github_actions/actions/checkout-3
2 parents feb9cc4 + 92a68bc commit a1930b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coreaudio-rs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
macos-test:
66
runs-on: macOS-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
- name: Install llvm and clang
1010
run: brew install llvm
1111
- name: Install stable
@@ -25,7 +25,7 @@ jobs:
2525
ios-build:
2626
runs-on: macOS-latest
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929
- name: Install llvm and clang
3030
run: brew install llvm
3131
- name: Install stable
@@ -45,7 +45,7 @@ jobs:
4545
macos-docs:
4646
runs-on: macOS-latest
4747
steps:
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v3
4949
- name: Install llvm and clang
5050
run: brew install llvm
5151
- name: Install stable
@@ -65,7 +65,7 @@ jobs:
6565
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
6666
runs-on: macOS-latest
6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v3
6969
- name: Install llvm and clang
7070
run: brew install llvm
7171
- name: Install stable

0 commit comments

Comments
 (0)