Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 951ebcf

Browse files
authoredMar 24, 2025··
build(deps): bump taiki-e/install-action from 2.49.19 to 2.49.34
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.49.19 to 2.49.34. - [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@87b5304...914ac1e) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1c2c90 commit 951ebcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
persist-credentials: false
1313
- uses: dtolnay/rust-toolchain@38b70195107dddab2c7bbd522bcf763bac00963b # stable
1414
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
15-
- uses: taiki-e/install-action@87b5304d4e82236718783683826c899da7e5470f # v2.49.19
15+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
1616
with:
1717
tool: cargo-hack
1818

@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030
- uses: dtolnay/rust-toolchain@38b70195107dddab2c7bbd522bcf763bac00963b # stable
3131
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
32-
- uses: taiki-e/install-action@87b5304d4e82236718783683826c899da7e5470f # v2.49.19
32+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
3333
with:
3434
tool: cargo-hack
3535
- run: |
@@ -44,7 +44,7 @@ jobs:
4444
persist-credentials: false
4545
- uses: dtolnay/rust-toolchain@38b70195107dddab2c7bbd522bcf763bac00963b # stable
4646
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
47-
- uses: taiki-e/install-action@87b5304d4e82236718783683826c899da7e5470f # v2.49.19
47+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
4848
with:
4949
tool: cargo-hack
5050
- run: |
@@ -95,7 +95,7 @@ jobs:
9595
persist-credentials: false
9696
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
9797
- uses: dtolnay/rust-toolchain@38b70195107dddab2c7bbd522bcf763bac00963b # stable
98-
- uses: taiki-e/install-action@87b5304d4e82236718783683826c899da7e5470f # v2.49.19
98+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
9999
with:
100100
tool: taplo-cli
101101
- run: |

0 commit comments

Comments
 (0)
Please sign in to comment.