Update checkout action to current version.

checkout v2 uses node.js v12 which is has been recently deprecated by
github so switch to using the one on the main branch.
This commit is contained in:
Darren Tucker
2022-11-08 18:00:23 +11:00
committed by Theo Buehler
parent 0107fed58c
commit 03fe6d2904
7 changed files with 8 additions and 8 deletions

View File

@@ -18,6 +18,6 @@ jobs:
CTEST_OUTPUT_ON_FAILURE: 1
name: ${{ matrix.compiler }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- name: Run CI script
run: ./scripts/test