ci: bump action/checkout to v4

This commit is contained in:
Mizux Seiha
2023-10-10 14:02:04 +02:00
committed by Corentin Le Molgat
parent 090d2d5d7b
commit dd584bd1d2
29 changed files with 40 additions and 40 deletions

View File

@@ -20,7 +20,7 @@ jobs:
TEST_TARGET: ${{ matrix.build[3] }}
INSTALL_TARGET: ${{ matrix.build[4] }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check cmake
run: cmake --version
- name: Configure