From 6fbc5125170e6bd0772ba44a04744b3802a79625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:12:51 +0000 Subject: [PATCH] build(deps): bump lukka/get-cmake from 3.29.6 to 3.30.0 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](https://github.com/lukka/get-cmake/compare/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] --- .github/workflows/ci.yaml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rust-clippy.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1aab30e6bb..acd18e23ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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' diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5bbb566d4d..3e078ce4d4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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/rust-cache@v2.7.3 - name: Generate code coverage diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e39d2f5848..6430917374 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: uses: Swatinem/rust-cache@v2.7.3 - name: get-cmake - uses: lukka/get-cmake@v3.29.6 + uses: lukka/get-cmake@v3.30.0 - name: Build Documentation run: >- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 441fc14714..a37202a7c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index a532ae4285..a55a14214d 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -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