Skip to content

Commit

Permalink
chore(deps): Bump taiki-e/install-action from 2.33.20 to 2.33.32
Browse files Browse the repository at this point in the history
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.33.20 to 2.33.32.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@0eaa33a...70765aa)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robo9k committed May 25, 2024
1 parent 1db8a01 commit 8bfe818
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:

- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- uses: taiki-e/install-action@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20
- uses: taiki-e/install-action@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32
with:
tool: [email protected]

- uses: taiki-e/install-action@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20
- uses: taiki-e/install-action@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32
with:
tool: [email protected]

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- uses: taiki-e/install-action@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20
- uses: taiki-e/install-action@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32
with:
tool: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# pick the pr HEAD instead of the merge commit
ref: ${{ github.event.pull_request.head.sha }}

- uses: taiki-e/install-action@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20
- uses: taiki-e/install-action@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32
with:
tool: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- uses: taiki-e/install-action@0eaa33a7adfb219fec683c2480a4eb8c79bfeff1 # v2.33.20
- uses: taiki-e/install-action@70765aab52363540b67c4a147df9a035d6d24f78 # v2.33.32
with:
tool: [email protected]

Expand Down

0 comments on commit 8bfe818

Please sign in to comment.