Skip to content

Commit

Permalink
Update workflow to use current checkout action
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Sep 4, 2024
1 parent bf3497f commit 91057cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: CMake configure
run: |
cmake -G "Visual Studio 17 2022" .
Expand Down

0 comments on commit 91057cd

Please sign in to comment.