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

@@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Prepare environment
run: sudo apt-get install -y ninja-build ${{matrix.other_pkgs}}