Skip to content

Commit c3f8a08

Browse files
committed
Upgrade checkout action version
1 parent a6ee82d commit c3f8a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: make
2020
run: cd src && make clean && make all

0 commit comments

Comments
 (0)