Skip to content

Commit 6a212ad

Browse files
chore(deps): update taiki-e/install-action digest to 69e777b (#396)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) ([changelog](https://redirect.github.com/taiki-e/install-action/compare/d850aa816998e5cf15f67a78c7b933f2a5033f8a..69e777b377e4ec209ddad9426ae3e0c1008b0ef3)) | action | digest | `d850aa8` -> `69e777b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->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/kantord/headson). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4b40e7 commit 6a212ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
components: llvm-tools-preview
2323

2424
- name: Install cargo-llvm-cov
25-
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2
25+
uses: taiki-e/install-action@69e777b377e4ec209ddad9426ae3e0c1008b0ef3 # v2
2626
with:
2727
tool: cargo-llvm-cov
2828

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install cross (musl)
5353
if: contains(matrix.target, '-musl')
54-
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2
54+
uses: taiki-e/install-action@69e777b377e4ec209ddad9426ae3e0c1008b0ef3 # v2
5555
with:
5656
tool: cross
5757

.github/workflows/udeps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
toolchain: nightly
1919

2020
- name: Install cargo-udeps
21-
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2
21+
uses: taiki-e/install-action@69e777b377e4ec209ddad9426ae3e0c1008b0ef3 # v2
2222
with:
2323
tool: cargo-udeps
2424

0 commit comments

Comments
 (0)