Skip to content

Commit

Permalink
MNT: Bump checkout version (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Feb 22, 2024
1 parent d4da63e commit a9ac88a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
gcc: [12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Linux dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -69,4 +69,3 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}

0 comments on commit a9ac88a

Please sign in to comment.