Skip to content

Commit

Permalink
GitHub: Upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
GHF committed Nov 27, 2023
1 parent 2ae47e8 commit afed60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cmake_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
shell: bash

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Configure CMake
run: cmake -S $GITHUB_WORKSPACE -B ${{runner.workspace}}/build
Expand Down

0 comments on commit afed60e

Please sign in to comment.