Skip to content

Commit 999f1ac

Browse files
lcheylusdeadprogram
authored andcommitted
CI: update action/checkout to v4
Signed-off-by: Laurent Cheylus <[email protected]>
1 parent 5bcfee2 commit 999f1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
llvm: [14, 15, 16, 17]
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
- name: Update Homebrew
1818
if: matrix.llvm == 17 # needed as long as LLVM 17 is still fresh
1919
run: brew update
@@ -33,7 +33,7 @@ jobs:
3333
llvm: [14, 15, 16, 17]
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v4
3737
- name: Install LLVM
3838
run: |
3939
echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.llvm }} main' | sudo tee /etc/apt/sources.list.d/llvm.list

0 commit comments

Comments
 (0)