Skip to content

Commit 56a6b54

Browse files
build(deps): bump taiki-e/install-action from 2.58.29 to 2.62.14 (#146)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.29 to 2.62.14. - [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.58.29...v2.62.14) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.14 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6d6967 commit 56a6b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
toolchain: ${{ matrix.version.version }}
3838

3939
- name: Install just, nextest
40-
uses: taiki-e/install-action@v2.58.29
40+
uses: taiki-e/install-action@v2.62.14
4141
with:
4242
tool: just,nextest
4343

4444
- name: Test
4545
run: just test
4646

4747
- name: Install cargo-ci-cache-clean
48-
uses: taiki-e/install-action@v2.58.29
48+
uses: taiki-e/install-action@v2.62.14
4949
with:
5050
tool: cargo-ci-cache-clean
5151

0 commit comments

Comments
 (0)