Bump actions/checkout from 3 to 4

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](https://github.com/actions/checkout/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-21 17:24:09 +00:00
committed by GitHub
parent 4d1079261b
commit 177ba6de48

View File

@@ -17,7 +17,7 @@ jobs:
matrix: matrix:
llvm: [17] llvm: [17]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Update Homebrew - name: Update Homebrew
if: matrix.llvm == 17 # needed as long as LLVM 17 is still fresh if: matrix.llvm == 17 # needed as long as LLVM 17 is still fresh
@@ -42,7 +42,7 @@ jobs:
matrix: matrix:
llvm: [17] llvm: [17]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Install LLVM ${{ matrix.llvm }} - name: Install LLVM ${{ matrix.llvm }}
run: | run: |