Skip to content

Commit

Permalink
Update CI actions/checkout to latest version
Browse files Browse the repository at this point in the history
This should fix warning:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.
  • Loading branch information
keryell committed Mar 1, 2024
1 parent fa23e33 commit aea175a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
pkgconf
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Declare LLVM package repository if needed
if: startsWith(matrix.c_compiler, 'clang') || startsWith(matrix.cxx_compiler, 'clang')
Expand Down

0 comments on commit aea175a

Please sign in to comment.