From e6e19966cb2dd8dfc049bd2e7079b92bbf2d1b1a Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 28 Jan 2025 00:19:45 -0800 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 3e9c6e3 (#2104) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | digest | `840858c` -> `3e9c6e3` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 4 ++-- .github/workflows/hakari.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf1076683f5..59a073356f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Lint (rustfmt) run: cargo xfmt --check - name: Install cargo readme - uses: taiki-e/install-action@840858c0d862a22977d469ace15fd0ca2363b018 # v2 + uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7ebcf06d2b0..b8155d5cc9a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,11 +30,11 @@ jobs: - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Install latest nextest release - uses: taiki-e/install-action@840858c0d862a22977d469ace15fd0ca2363b018 # v2 + uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2 with: tool: nextest - name: Install cargo-llvm-cov - uses: taiki-e/install-action@840858c0d862a22977d469ace15fd0ca2363b018 # v2 + uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/hakari.yml b/.github/workflows/hakari.yml index bcaa31d0a32..1b32f9a8e93 100644 --- a/.github/workflows/hakari.yml +++ b/.github/workflows/hakari.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dtolnay/rust-toolchain@stable - name: Install cargo-hakari - uses: taiki-e/install-action@840858c0d862a22977d469ace15fd0ca2363b018 # v2 + uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2 with: tool: cargo-hakari - name: Check workspace-hack Cargo.toml is up-to-date diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01ab5286a7a..a650809e866 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@840858c0d862a22977d469ace15fd0ca2363b018 # v2 + uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@b7abb0cf5e72cb5500307b577f9ca3fd4c5be9d2 # v1 @@ -42,7 +42,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@840858c0d862a22977d469ace15fd0ca2363b018 # v2 + uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@b7abb0cf5e72cb5500307b577f9ca3fd4c5be9d2 # v1 @@ -67,7 +67,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@840858c0d862a22977d469ace15fd0ca2363b018 # v2 + uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@b7abb0cf5e72cb5500307b577f9ca3fd4c5be9d2 # v1 @@ -227,7 +227,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@840858c0d862a22977d469ace15fd0ca2363b018 # v2 + uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2 with: tool: cargo-release@0.25.0 - name: Download mukti