Skip to content

Commit

Permalink
Merge pull request #16 from sunhailin-Leo/dependabot/github_actions/j…
Browse files Browse the repository at this point in the history
…wlawson/actions-setup-cmake-2.0

Bump jwlawson/actions-setup-cmake from 1.14 to 2.0
  • Loading branch information
sunhailin-Leo authored Feb 16, 2024
2 parents 53a314e + 419873d commit c21d439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.21.x
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0
with:
cmake-version: '3.26.x'
- name: Fetch Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0
with:
cmake-version: '3.26.x'
- name: Check cmake
Expand Down

0 comments on commit c21d439

Please sign in to comment.