Skip to content

Commit fd17fd9

Browse files
build(deps): bump taiki-e/install-action from 2.49.40 to 2.50.4 (#106)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.49.40 to 2.50.4. - [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.49.40...v2.50.4) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.50.4 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 25d95df commit fd17fd9

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.49.40
40+
uses: taiki-e/install-action@v2.50.4
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.49.40
48+
uses: taiki-e/install-action@v2.50.4
4949
with:
5050
tool: cargo-ci-cache-clean
5151

0 commit comments

Comments
 (0)