Skip to content

Commit

Permalink
build(deps): bump lukka/get-cmake from 3.29.6 to 3.30.0
Browse files Browse the repository at this point in the history
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.29.6 to 3.30.0.
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@v3.29.6...v3.30.0)

---
updated-dependencies:
- dependency-name: lukka/get-cmake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jbr committed Jul 3, 2024
1 parent ffe5cf2 commit 6fbc512
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'

- name: get-cmake
uses: lukka/get-cmake@v3.29.6
uses: lukka/get-cmake@v3.30.0

- name: Install NASM for aws-lc-rs on Windows
if: runner.os == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: generate a cert for tls testing
run: mkcert -install && mkcert localhost
- name: get-cmake
uses: lukka/get-cmake@v3.29.6
uses: lukka/get-cmake@v3.30.0
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Generate code coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: Swatinem/[email protected]

- name: get-cmake
uses: lukka/get-cmake@v3.29.6
uses: lukka/get-cmake@v3.30.0

- name: Build Documentation
run: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: get-cmake
uses: lukka/get-cmake@v3.29.6
uses: lukka/get-cmake@v3.30.0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: get-cmake
uses: lukka/get-cmake@v3.29.6
uses: lukka/get-cmake@v3.30.0

- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
Expand Down

0 comments on commit 6fbc512

Please sign in to comment.