From d33fdbd63ea5b708fc35a107e404eb0c7ea0efb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 03:10:20 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/actions/cache/restore/action.yml | 2 +- .github/actions/cache/save/action.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/reusable-build.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/cache/restore/action.yml b/.github/actions/cache/restore/action.yml index 943013d1e6a6..a0596b7aa547 100644 --- a/.github/actions/cache/restore/action.yml +++ b/.github/actions/cache/restore/action.yml @@ -25,7 +25,7 @@ runs: - name: Restore cache to github id: github-cache if: ${{ runner.environment == 'github-hosted' }} - uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: key: ${{ inputs.key }} path: ${{ inputs.path }} diff --git a/.github/actions/cache/save/action.yml b/.github/actions/cache/save/action.yml index c45ea55440a2..b87ed5a51842 100644 --- a/.github/actions/cache/save/action.yml +++ b/.github/actions/cache/save/action.yml @@ -15,7 +15,7 @@ runs: steps: - name: Save cache to github if: ${{ runner.environment == 'github-hosted' }} - uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: key: ${{ inputs.key }} path: ${{ inputs.path }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1948fc725ef1..4d27b6459a21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: - 'Cargo.lock' - name: Install cargo-deny if: steps.filter.outputs.src == 'true' - uses: taiki-e/install-action@3fc1605ecf43c14c7dd5ac06a4a629031ed3bdbd # v2 + uses: taiki-e/install-action@1e1237f7a4f2d8bc638667e95fe2579653d6db09 # v2 with: tool: cargo-deny@0.16 - name: Check licenses @@ -118,7 +118,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: crate-ci/typos@db35ee91e80fbb447f33b0e5fbddb24d2a1a884f # v1.29.10 + - uses: crate-ci/typos@72f3776b6edc3a10a567b8e43fd0524b2a3f1419 # v1.30.1 with: files: . @@ -271,7 +271,7 @@ jobs: - uses: ./.github/actions/rustup with: shared-key: check - - uses: cargo-bins/cargo-binstall@6010abb1da3dbaae07e8823fa57c0cd7cf183245 # v1.11.1 + - uses: cargo-bins/cargo-binstall@acd08f184561622f67f0e4406a62a10f656777a9 # v1.12.0 - run: cargo binstall --no-confirm cargo-shear --force - run: cargo shear diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 49b20e831cf2..991bb94cf7ca 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -385,7 +385,7 @@ jobs: shared-key: build-bench-${{ inputs.target }}-${{ inputs.profile }} - name: Install cargo-codspeed binary - uses: taiki-e/install-action@3fc1605ecf43c14c7dd5ac06a4a629031ed3bdbd # v2 + uses: taiki-e/install-action@1e1237f7a4f2d8bc638667e95fe2579653d6db09 # v2 with: tool: cargo-codspeed@2.7.2