1
0
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:
tinyboxvk
2024-11-12 09:08:10 -04:00
committed by GitHub
parent aabbd16864
commit 3db721edf9
15 changed files with 17 additions and 17 deletions

View File

@ -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