Skip to content

Commit

Permalink
Merge pull request #19 from Technica-Engineering/renovate/actions-che…
Browse files Browse the repository at this point in the history
…ckout-4.x

Update actions/checkout action to v4
  • Loading branch information
kayoub5 authored Oct 19, 2023
2 parents c4177f2 + 7d5d51d commit 3f0fc62
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 @@ -17,7 +17,7 @@ jobs:
- os: windows-latest
- os: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Create Build Environment
Expand Down

0 comments on commit 3f0fc62

Please sign in to comment.