Bump up actions/checkout version to v4 (#2760)

This commit is contained in:
Krzysiek Karbowiak
2023-11-09 10:31:49 +01:00
committed by GitHub
parent b735dfce2d
commit 01cac90c62
7 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ jobs:
build_type: [Debug, Release]
std: [14, 17]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Configure build
working-directory: ${{runner.workspace}}