Skip to content

Commit 06d7288

Browse files
committed
.github: Update actions/checkout to v4
The current version of https://github.com/actions/checkout is v4, so let's use it.
1 parent 0ff6a69 commit 06d7288

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: install cython
1616
run: |
1717
sudo apt-get update && sudo apt-get install -y ${{ matrix.cython }}

0 commit comments

Comments
 (0)