Skip to content

Commit a128519

Browse files
Merge pull request #107 from RustAudio/dependabot/github_actions/actions/checkout-4
2 parents c5f94b1 + bbd345d commit a128519

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/coreaudio-rs.yml

Lines changed: 5 additions & 5 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@v3
8+
- uses: actions/checkout@v4
99
- name: Install llvm and clang
1010
run: brew install llvm
1111
- name: Install stable
@@ -25,15 +25,15 @@ jobs:
2525
security-audit:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- uses: rustsec/audit-check@v1.4.1
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232

3333
ios-build:
3434
runs-on: macOS-latest
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Install llvm and clang
3838
run: brew install llvm
3939
- name: Install stable
@@ -53,7 +53,7 @@ jobs:
5353
macos-docs:
5454
runs-on: macOS-latest
5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
- name: Install llvm and clang
5858
run: brew install llvm
5959
- name: Install stable
@@ -73,7 +73,7 @@ jobs:
7373
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
7474
runs-on: macOS-latest
7575
steps:
76-
- uses: actions/checkout@v3
76+
- uses: actions/checkout@v4
7777
- name: Install llvm and clang
7878
run: brew install llvm
7979
- name: Install stable

0 commit comments

Comments
 (0)