Skip to content

Commit

Permalink
github ci: update checkout action to v4
Browse files Browse the repository at this point in the history
The v3 release of the checkout action relies on
node16 which is deprecated, thus switch to the
current major version which moved on to node20.

Signed-off-by: Sven Hoexter <[email protected]>
Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
hoexter authored and namjaejeon committed Jul 25, 2024
1 parent d298884 commit f15b987
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: before test
run: |
sudo apt-get install linux-headers-$(uname -r)
Expand Down

0 comments on commit f15b987

Please sign in to comment.