Skip to content

Commit

Permalink
ci: Bump github action version
Browse files Browse the repository at this point in the history
Fix warning:
"The following actions uses node12 which is deprecated and will be forced
to run on node16: actions/checkout@v2."
  • Loading branch information
yarrick committed Sep 28, 2023
1 parent d8b97bf commit 4f78da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get install check ninja-build doxygen

Expand Down

0 comments on commit 4f78da9

Please sign in to comment.