Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3df91d

Browse files
chore(deps): bump taiki-e/install-action from 2.75.22 to 2.75.25 (#697)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.22 to 2.75.25. - [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@cf525cb...1329c29) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7b8bb2 commit b3df91d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
toolchain: ${{ matrix.version }}
4343

4444
- name: Install just, cargo-hack, cargo-nextest
45-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
45+
uses: taiki-e/install-action@1329c298aa20c3257846c9b2e0e55967df3e3c37 # v2.75.25
4646
with:
4747
tool: just,cargo-hack,cargo-nextest
4848

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
toolchain: ${{ matrix.version.version }}
5454

5555
- name: Install just, cargo-hack, cargo-nextest
56-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
56+
uses: taiki-e/install-action@1329c298aa20c3257846c9b2e0e55967df3e3c37 # v2.75.25
5757
with:
5858
tool: just,cargo-hack,cargo-nextest
5959

@@ -80,7 +80,7 @@ jobs:
8080
toolchain: nightly
8181

8282
- name: Install just
83-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
83+
uses: taiki-e/install-action@1329c298aa20c3257846c9b2e0e55967df3e3c37 # v2.75.25
8484
with:
8585
tool: just
8686

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
components: llvm-tools
2626

2727
- name: Install just, cargo-llvm-cov
28-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
28+
uses: taiki-e/install-action@1329c298aa20c3257846c9b2e0e55967df3e3c37 # v2.75.25
2929
with:
3030
tool: just,cargo-llvm-cov
3131

0 commit comments

Comments
 (0)