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

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