mirror of
https://github.com/google/cpu_features.git
synced 2025-07-03 14:13:18 +02:00
Bump actions/checkout to v4 (#371)
Signed-off-by: tinyboxvk <viruskiller@protonmail.com>
This commit is contained in:
2
.github/workflows/arm64_macos_bazel.yml
vendored
2
.github/workflows/arm64_macos_bazel.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: macos-latest # Using M1 processors, ref: https://github.com/actions/runner-images
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Bazel
|
||||
run: |
|
||||
brew update
|
||||
|
Reference in New Issue
Block a user