Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.45.13 to 2.47.2 (#71)
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.45.13 to 2.47.2.
- [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.45.13...v2.47.2)

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

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 Jan 1, 2025
1 parent 4ae7815 commit 7293504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install just, nextest
uses: taiki-e/install-action@v2.45.13
uses: taiki-e/install-action@v2.47.2
with:
tool: just,nextest

- name: Test
run: just test

- name: Install cargo-ci-cache-clean
uses: taiki-e/install-action@v2.45.13
uses: taiki-e/install-action@v2.47.2
with:
tool: cargo-ci-cache-clean

Expand Down

0 comments on commit 7293504

Please sign in to comment.