Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 4d85042 (#53)
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 Nov 12, 2023
1 parent 8a9601b commit b6aa47d
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@a153e083c90d50c5c054f7de762fd414c3b7abf0 # v2
uses: taiki-e/install-action@4d8504289abd3a644c6237dea6005f9f28fba01b # 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@a153e083c90d50c5c054f7de762fd414c3b7abf0 # v2
uses: taiki-e/install-action@4d8504289abd3a644c6237dea6005f9f28fba01b # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install cargo-hack
uses: taiki-e/install-action@a153e083c90d50c5c054f7de762fd414c3b7abf0 # v2
uses: taiki-e/install-action@4d8504289abd3a644c6237dea6005f9f28fba01b # 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@a153e083c90d50c5c054f7de762fd414c3b7abf0 # v2
uses: taiki-e/install-action@4d8504289abd3a644c6237dea6005f9f28fba01b # v2
with:
tool: cargo-release
- uses: cargo-bins/release-pr@deeacca5a38bacc74a3f444b798f4b9bba40f6ad # v2
Expand Down

0 comments on commit b6aa47d

Please sign in to comment.