[ci] Bump actions/checkout to v4 (#5736)

Co-authored-by: Ryan Blue <ryanzblue@gmail.com>
This commit is contained in:
David Vo
2023-12-01 16:09:56 +11:00
committed by GitHub
parent ca684ac207
commit 9fa28eb07a
8 changed files with 24 additions and 21 deletions

View File

@@ -50,7 +50,7 @@ jobs:
- name: Install jinja
run: python -m pip install jinja2
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: configure
run: cmake -S . -B build -G "Ninja" -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache ${{ matrix.flags }}
@@ -82,7 +82,7 @@ jobs:
- name: Install jinja
run: python -m pip install jinja2
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run vcpkg
uses: lukka/run-vcpkg@v11.1