Skip to content

Commit

Permalink
Update GitHub Actions to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordonbc committed Apr 7, 2024
1 parent 6e3c2da commit 2ffc6b9
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 @@ -59,7 +59,7 @@ jobs:
- os: macos-latest
cpp_compiler: cl
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand Down

0 comments on commit 2ffc6b9

Please sign in to comment.