Skip to content

Commit

Permalink
CI: update action/checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Cheylus <foxy@free.fr>
  • Loading branch information
lcheylus authored and deadprogram committed Apr 24, 2024
1 parent 5bcfee2 commit 999f1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
llvm: [14, 15, 16, 17]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Update Homebrew
if: matrix.llvm == 17 # needed as long as LLVM 17 is still fresh
run: brew update
Expand All @@ -33,7 +33,7 @@ jobs:
llvm: [14, 15, 16, 17]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install LLVM
run: |
echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.llvm }} main' | sudo tee /etc/apt/sources.list.d/llvm.list
Expand Down

0 comments on commit 999f1ac

Please sign in to comment.