Skip to content

Commit

Permalink
chore(deps): Bump taiki-e/install-action from 2.20.10 to 2.20.11
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.20.10 to 2.20.11.
- [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@347bed3...a5fec49)

---
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 Oct 21, 2023
1 parent a71dfcb commit 7153dce
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@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0

- uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab # v2.20.10
- uses: taiki-e/install-action@a5fec49c329e02567ce4dcb720b8680b536e3491 # v2.20.11
with:
tool: [email protected]

- uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab # v2.20.10
- uses: taiki-e/install-action@a5fec49c329e02567ce4dcb720b8680b536e3491 # v2.20.11
with:
tool: [email protected]

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

- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0

- uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab # v2.20.10
- uses: taiki-e/install-action@a5fec49c329e02567ce4dcb720b8680b536e3491 # v2.20.11
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@347bed327eb126943543a5e1634a6863a7bc88ab # v2.20.10
- uses: taiki-e/install-action@a5fec49c329e02567ce4dcb720b8680b536e3491 # v2.20.11
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@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0

- uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab # v2.20.10
- uses: taiki-e/install-action@a5fec49c329e02567ce4dcb720b8680b536e3491 # v2.20.11
with:
tool: [email protected]

Expand Down

0 comments on commit 7153dce

Please sign in to comment.