From 6a3c0fb18630f0dbf098f04abde545587f5809ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 08:21:14 +0000 Subject: [PATCH] build(deps): bump lukka/get-cmake from 3.30.0 to 3.30.1 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.0 to 3.30.1. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.30.0...v3.30.1) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... 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 acd18e23ee..26540aaa14 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.30.0 + uses: lukka/get-cmake@v3.30.1 - 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 3e078ce4d4..924f7d6ef4 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.30.0 + uses: lukka/get-cmake@v3.30.1 - 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 6430917374..865c49dfe3 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.30.0 + uses: lukka/get-cmake@v3.30.1 - name: Build Documentation run: >- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a37202a7c7..de52b32593 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.30.0 + uses: lukka/get-cmake@v3.30.1 - 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 a55a14214d..bcb8454e58 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.30.0 + uses: lukka/get-cmake@v3.30.1 - name: Install Rust toolchain uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1