Skip to content

Commit

Permalink
Merge pull request mixxxdj#12801 from mixxxdj/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/jwlawson/actions-setup-cmake-2.0

Bump jwlawson/actions-setup-cmake from 1.14 to 2.0
  • Loading branch information
daschuer authored Feb 12, 2024
2 parents 8dcfd5c + c494a72 commit c2ebd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: git fetch origin --force --tags

- name: "[macOS] Set up cmake"
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0
# Ubuntu 22.04 should use the CMake version from the repos.
if: runner.os == 'macOS'
with:
Expand All @@ -157,7 +157,7 @@ jobs:
cmake-version: "3.21.x"

- name: "[Windows] Set up cmake"
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0
# Ubuntu 22.04 should use the CMake version from the repos.
if: runner.os == 'Windows'
with:
Expand Down

0 comments on commit c2ebd99

Please sign in to comment.