From 244618a6f528cdd91995d523c6e43ff5f89faac6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:21:50 +0200 Subject: [PATCH] Update taiki-e/install-action digest to 6aca1cf (#17069) 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 | `914ac1e` -> `6aca1cf` | --- > [!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 1472c21298..9a4c674bb7 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@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-nextest - name: "Install cargo insta" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # 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@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-nextest - name: "Install cargo insta" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # 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@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # 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@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-nextest - name: "Install cargo insta" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-insta - name: "Run tests" @@ -824,7 +824,7 @@ jobs: run: rustup show - name: "Install codspeed" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-codspeed