Skip to content

Commit

Permalink
replace jwlawson/actions-setup-cmake@v1 with jwlawson/actions-setup-c…
Browse files Browse the repository at this point in the history
…make@v2
  • Loading branch information
anthonymakarewicz committed Jul 15, 2024
1 parent 3e53de7 commit a937214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4 # to use node20 instead of node12 and node 16 which are deprecated

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1 # Use the latest major version for stability
uses: jwlawson/actions-setup-cmake@v2 # Use the latest major version for stability
with:
cmake-version: '3.26.3'

Expand Down

0 comments on commit a937214

Please sign in to comment.