Skip to content

Commit aeccd46

Browse files
committed
Bump GH actions to v4
1 parent 3e4bd05 commit aeccd46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
sudo apt update
1616
sudo apt install ninja-build
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Build and run tests
1919
env:
2020
CC: clang
@@ -26,7 +26,7 @@ jobs:
2626
name: Ubuntu (make, gcc)
2727
runs-on: ubuntu-22.04
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Build and run tests
3131
env:
3232
CC: gcc
@@ -42,7 +42,7 @@ jobs:
4242
- name: Prepare
4343
run: |
4444
brew install cmake ninja
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
- name: Build and run tests
4747
run: |
4848
scripts/test.sh
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: windows-2022
5353
steps:
5454
- uses: microsoft/[email protected]
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
- name: Build and run tests
5757
run: |
5858
cmake .

0 commit comments

Comments
 (0)