Skip to content

Commit

Permalink
Use newer version of checkout action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Apr 16, 2024
1 parent 3da1de7 commit 0946d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
c_compiler: cl

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 0946d13

Please sign in to comment.