Skip to content

Commit 48014ce

Browse files
Bump taiki-e/install-action from 2.56.7 to 2.57.1
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.56.7 to 2.57.1. - [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.56.7...a416dde) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.57.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96ba584 commit 48014ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install FUSE
7575
uses: ./.github/actions/install-fuse
7676
- name: Install nextest
77-
uses: taiki-e/install-action@f3a27926ea13d7be3ee2f4cbb925883cf9442b56 # v2.56.7
77+
uses: taiki-e/install-action@a416ddeedbd372e614cc1386e8b642692f66865e # v2.57.1
7878
with:
7979
tool: nextest@0.9
8080
- run: ci/test

.github/workflows/config-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions-rust-lang/setup-rust-toolchain@1fbea72663f6d4c03efaab13560c8a24cfd2a7cc # v1.9.0
4040
with:
4141
cache: true
42-
- uses: taiki-e/install-action@7e58f89e24a544d88f7a74c6eed8a3df3fd4c658 # v2.44.60
42+
- uses: taiki-e/install-action@a416ddeedbd372e614cc1386e8b642692f66865e # v2.44.60
4343
with:
4444
tool: nextest@0.9.72
4545
- name: Install Protobuf

0 commit comments

Comments
 (0)