Skip to content

Commit ff760bb

Browse files
chore(deps): bump taiki-e/install-action
Bumps the all-actions-version-updates group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.81.7 to 2.81.10 - [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@56545b3...7a79fe8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.81.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c81f34e commit ff760bb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
3232
with:
3333
prefix-key: "v0-${{ matrix.simd_mode }}"
34-
- uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
34+
- uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
3535
with: { tool: 'just,cargo-binstall' }
3636
- run: just ci-test
3737

@@ -45,7 +45,7 @@ jobs:
4545
with: { persist-credentials: false, submodules: recursive }
4646
- if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
4747
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
48-
- uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
48+
- uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
4949
with: { tool: 'just' }
5050
- run: rustup install nightly --profile minimal
5151
- run: just test-publish
@@ -60,7 +60,7 @@ jobs:
6060
with: { persist-credentials: false, submodules: recursive }
6161
- if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
6262
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
63-
- uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
63+
- uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
6464
with: { tool: 'just' }
6565
- name: Read MSRV
6666
id: msrv
@@ -93,7 +93,7 @@ jobs:
9393
- run: rustup toolchain install nightly
9494
- run: rustup default nightly
9595
# Install and cache `cargo-fuzz`.
96-
- uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
96+
- uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
9797
with: { tool: 'cargo-binstall' }
9898
- run: cargo binstall -y cargo-fuzz@0.13.1 # Pinned to avoid breakage.
9999
# Build and then run the fuzz target.
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
118118
with: { persist-credentials: false, submodules: recursive }
119119
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
120-
- uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
120+
- uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
121121
with: { tool: 'just,cargo-llvm-cov' }
122122
- name: Generate code coverage
123123
run: just ci-coverage

0 commit comments

Comments
 (0)