Skip to content

Commit 0ef889d

Browse files
committed
change to version 4 of github action
1 parent 0d82c08 commit 0ef889d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cc: [gcc]
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- run: sudo apt update && sudo apt install -y valgrind bison
2222
- run: make -C src
2323
env:

0 commit comments

Comments
 (0)