Skip to content

Commit

Permalink
.github: Update actions/checkout to v4
Browse files Browse the repository at this point in the history
The current version of https://github.com/actions/checkout is v4,
so let's use it.
  • Loading branch information
neuschaefer committed Nov 4, 2024
1 parent 0ff6a69 commit 06d7288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install cython
run: |
sudo apt-get update && sudo apt-get install -y ${{ matrix.cython }}
Expand Down

0 comments on commit 06d7288

Please sign in to comment.