Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.22.0 to 2.22.6 (#375)
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.22.0 to 2.22.6.
- [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@v2.22.0...v2.22.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent a7e3503 commit 5bf831c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
toolchain: nightly

- uses: taiki-e/install-action@v2.22.0
- uses: taiki-e/install-action@v2.22.6
with:
tool: cargo-hack

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
with:
toolchain: nightly

- uses: taiki-e/install-action@v2.22.0
- uses: taiki-e/install-action@v2.22.6
with:
tool: cargo-hack

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack
uses: taiki-e/install-action@v2.22.0
uses: taiki-e/install-action@v2.22.6
with:
tool: cargo-hack

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack
uses: taiki-e/install-action@v2.22.0
uses: taiki-e/install-action@v2.22.6
with:
tool: cargo-hack

Expand Down

0 comments on commit 5bf831c

Please sign in to comment.