Skip to content

Commit b744030

Browse files
build(deps): bump taiki-e/install-action in /.github/workflows
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.67.18 to 2.67.30. - [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@650c5ca...288875d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.67.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcc628d commit b744030

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
cargo-${{ matrix.runner }}-${{ matrix.target }}
118118
119119
- name: Install sccache
120-
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
120+
uses: taiki-e/install-action@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2.68.6
121121
with:
122122
tool: sccache
123123

@@ -216,7 +216,7 @@ jobs:
216216
cargo-${{ matrix.runner }}-${{ matrix.target }}-
217217
218218
- name: Install sccache
219-
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
219+
uses: taiki-e/install-action@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2.68.6
220220
with:
221221
tool: sccache
222222

@@ -225,7 +225,7 @@ jobs:
225225
run: |
226226
echo "RUSTC_WRAPPER=sccache" >> "$GITHUB_ENV"
227227
228-
- uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
228+
- uses: taiki-e/install-action@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2.68.6
229229
with:
230230
tool: nextest
231231
version: 0.9.103

0 commit comments

Comments
 (0)