Skip to content

Commit

Permalink
CI: Switch to actions/checkout@v3
Browse files Browse the repository at this point in the history
`actions/checkout@v2` now triggers node.js-related deprecation warnings.
  • Loading branch information
fbriere committed Mar 25, 2023
1 parent b89dca2 commit 355813d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
# Everything is now set up, ready to checkout/configure/build/install

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Configure
run: cmake -B ${{github.workspace}}/build ${{env.FLAGS}}
Expand Down

0 comments on commit 355813d

Please sign in to comment.