Skip to content

Commit

Permalink
[github/actions] checkout@v2 -> v4 to clear warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Sep 7, 2024
1 parent cc89208 commit 9029565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build_type: [Release, Debug]

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

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=${{matrix.cpp_version}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}}
Expand Down

0 comments on commit 9029565

Please sign in to comment.