Skip to content

Commit

Permalink
[Dependabot] Bump taiki-e/install-action from 2.9.0 to 2.9.1 (#276)
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.9.0 to 2.9.1.
- [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.9.0...v2.9.1)

---
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] committed Jun 1, 2023
1 parent 16c8a37 commit 77ffe0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
persist-credentials: false

- if: matrix.subcommand == 'nextest r'
uses: taiki-e/install-action@v2.9.0
uses: taiki-e/install-action@v2.9.1
with:
tool: nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cargo
uses: taiki-e/install-action@v2.9.0
uses: taiki-e/install-action@v2.9.1
with:
tool: cargo-tarpaulin

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cargo
uses: taiki-e/install-action@v2.9.0
uses: taiki-e/install-action@v2.9.1
with:
tool: cargo-tarpaulin

Expand Down

0 comments on commit 77ffe0c

Please sign in to comment.