Skip to content

Commit a7eae78

Browse files
chore(deps): Bump taiki-e/install-action from 2.75.23 to 2.77.0 in the github-actions group (#129)
chore(deps): Bump taiki-e/install-action in the github-actions group Bumps the github-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.75.23 to 2.77.0 - [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@481c34c...7ea35f0) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 258fd0e commit a7eae78

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: rustup toolchain install nightly-2026-03-30 --component llvm-tools --no-self-update
7979

8080
- name: Install cargo-llvm-cov
81-
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
81+
uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2.77.0
8282
with:
8383
tool: cargo-llvm-cov
8484

.github/workflows/pr-backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: rustup toolchain install nightly-2026-03-30 --component llvm-tools --no-self-update
2424

2525
- name: Install cargo-llvm-cov
26-
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
26+
uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2.77.0
2727
with:
2828
tool: cargo-llvm-cov
2929

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: rustup toolchain install nightly-2026-03-30 --component llvm-tools --no-self-update
7777

7878
- name: Install cargo-llvm-cov
79-
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
79+
uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2.77.0
8080
with:
8181
tool: cargo-llvm-cov
8282

0 commit comments

Comments
 (0)