Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2023-02-16 11:08:33 +01:00
committed by Edgar
parent 040c52dcfe
commit e3753d5d05
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Configure
run: cmake -DBUILD_TEST=ON .