From 39894e7519b2c3e902057ed9c57a82cc0112ae1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:04:57 +0000 Subject: [PATCH] chore(deps): update actions --- .github/workflows/audit.yml | 2 +- .github/workflows/careful.yml | 2 +- .github/workflows/ci-heavy.yml | 4 ++-- .github/workflows/coverage.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 3bccaa7..0203f7f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: EmbarkStudios/cargo-deny-action@f87fcad0e65efa7cbdec993036c394fa9be14262 # v2 + - uses: EmbarkStudios/cargo-deny-action@2d8c9929d8f9f42bedba73f1287cb0b479f07acb # v2 with: command: check bans licenses sources diff --git a/.github/workflows/careful.yml b/.github/workflows/careful.yml index 660d6a9..c19916c 100644 --- a/.github/workflows/careful.yml +++ b/.github/workflows/careful.yml @@ -37,7 +37,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-careful - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 with: tool: cargo-careful - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 diff --git a/.github/workflows/ci-heavy.yml b/.github/workflows/ci-heavy.yml index c1ee7a4..ff0a98e 100644 --- a/.github/workflows/ci-heavy.yml +++ b/.github/workflows/ci-heavy.yml @@ -151,7 +151,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-hack - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 @@ -244,7 +244,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install cargo-hack - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 with: tool: cargo-hack diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 654f2e7..fa1a245 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install cargo-hack - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 with: tool: cargo-tarpaulin