Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 2afb713 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent 7e5702f commit 896d074
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/careful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: install cargo-careful
uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2
uses: taiki-e/install-action@2afb713f1c297f70eecb9cb904b36612eba3c25e # v2
with:
tool: cargo-careful
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: install cargo-hack
uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2
uses: taiki-e/install-action@2afb713f1c297f70eecb9cb904b36612eba3c25e # v2
with:
tool: cargo-hack
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Install cargo-hack
uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2
uses: taiki-e/install-action@2afb713f1c297f70eecb9cb904b36612eba3c25e # v2
with:
tool: cargo-hack

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: chainguard-dev/actions/setup-gitsign@main
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
- name: Install cargo-release
uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2
uses: taiki-e/install-action@2afb713f1c297f70eecb9cb904b36612eba3c25e # v2
with:
tool: cargo-release
- uses: cargo-bins/release-pr@deeacca5a38bacc74a3f444b798f4b9bba40f6ad # v2
Expand Down

0 comments on commit 896d074

Please sign in to comment.