Update unit-tests.yml

Update to checkout@v4
This commit is contained in:
Cabooman 2024-02-07 07:26:29 +01:00 committed by GitHub
parent 32378df03e
commit 0650c3f0ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Configure and build with CMake - name: Configure and build with CMake
run: | run: |