Skip to content

Commit

Permalink
Update action/checkout so GHA stops complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Sep 20, 2023
1 parent f0e018b commit abd0674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package_llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
target: [ x86_64, arm, aarch64 ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install requirements
run: pip3 install -r requirements.txt
- name: Uninstall homebrew
Expand All @@ -37,7 +37,7 @@ jobs:
matrix:
target: [ x86_64, arm64 ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install requirements
run: pip3 install -r requirements.txt
- name: Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install requirements
run: pip3 install -r requirements.txt
- name: Package
Expand Down

0 comments on commit abd0674

Please sign in to comment.