Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 0f4dc0a commit 3670a12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install llvm and clang
run: brew install llvm
- name: Install stable
Expand All @@ -31,7 +31,7 @@ jobs:
toolchain: [stable, nightly]
target: [aarch64-apple-ios, x86_64-apple-ios, aarch64-apple-ios-sim]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install stable rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -54,7 +54,7 @@ jobs:
macos-docs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install llvm and clang
run: brew install llvm
- name: Install stable
Expand All @@ -74,7 +74,7 @@ jobs:
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install llvm and clang
run: brew install llvm
- name: Install stable
Expand Down

0 comments on commit 3670a12

Please sign in to comment.