From 5aba72cdbd6795ae183d92a4430f75bcc3dc5e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:31:24 +0000 Subject: [PATCH] Update taiki-e/install-action digest to 914ac1e (#16938) 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 | `2c41309` -> `914ac1e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bfb4f3895a..2b1cb21b10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -214,11 +214,11 @@ jobs: - name: "Install mold" uses: rui314/setup-mold@v1 - name: "Install cargo nextest" - uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # v2 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 with: tool: cargo-nextest - name: "Install cargo insta" - uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # v2 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 with: tool: cargo-insta - name: "Run tests" @@ -260,11 +260,11 @@ jobs: - name: "Install mold" uses: rui314/setup-mold@v1 - name: "Install cargo nextest" - uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # v2 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 with: tool: cargo-nextest - name: "Install cargo insta" - uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # v2 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 with: tool: cargo-insta - name: "Run tests" @@ -287,7 +287,7 @@ jobs: - name: "Install Rust toolchain" run: rustup show - name: "Install cargo nextest" - uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # v2 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 with: tool: cargo-nextest - name: "Run tests" @@ -370,11 +370,11 @@ jobs: - name: "Install mold" uses: rui314/setup-mold@v1 - name: "Install cargo nextest" - uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # v2 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 with: tool: cargo-nextest - name: "Install cargo insta" - uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # v2 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 with: tool: cargo-insta - name: "Run tests" @@ -830,7 +830,7 @@ jobs: run: rustup show - name: "Install codspeed" - uses: taiki-e/install-action@2c41309d51ede152b6f2ee6bf3b71e6dc9a8b7df # v2 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 with: tool: cargo-codspeed