From 006591f2644eff5d9063448712ce5a24c8695233 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 07:10:56 +0000 Subject: [PATCH] chore(deps): update lukka/get-cmake action to v3.29.3 --- .github/workflows/ci.yaml | 2 +- .github/workflows/rust-clippy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e0229e0..a143567 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: rust: [nightly, stable] steps: - name: get-cmake - uses: lukka/get-cmake@v3.29.2 + uses: lukka/get-cmake@v3.29.3 - name: Install NASM for aws-lc-rs on Windows if: runner.os == 'Windows' uses: ilammy/setup-nasm@v1 diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 2f9e98e..1b0a57d 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -26,7 +26,7 @@ jobs: contents: read security-events: write steps: - - uses: lukka/get-cmake@v3.29.2 + - uses: lukka/get-cmake@v3.29.3 - name: Install NASM for aws-lc-rs on Windows if: runner.os == 'Windows' uses: ilammy/setup-nasm@v1