use newer actions/checkout version for CI

This commit is contained in:
Martin Michelsen
2023-12-18 13:40:13 -08:00
parent 0ec685cbd0
commit 592b013f65
+2 -2
View File
@@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
with_resource_file: ['true', 'false']
with_resource_file: ["true", "false"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install libraries (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}