Skip to content

Commit a6a5d22

Browse files
chore(deps): update taiki-e/cache-cargo-install-action digest to 66c9585
1 parent b2a5a70 commit a6a5d22

8 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ jobs:
741741
- uses: ./.github/actions/setup-prebuild
742742
- uses: ./.github/actions/system-info
743743
- name: Install Codspeed
744-
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
744+
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
745745
with:
746746
tool: cargo-codspeed
747747
- name: Build benchmarks
@@ -977,7 +977,7 @@ jobs:
977977
- uses: actions/checkout@v6
978978
- uses: ./.github/actions/setup-prebuild
979979
- name: Install cargo-edit
980-
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
980+
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
981981
with:
982982
tool: cargo-edit
983983
- name: Set Version

.github/workflows/close-fixed-fuzzer-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
compiler: llvm
5050

5151
- name: Install cargo-fuzz
52-
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
52+
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
5353
with:
5454
tool: cargo-fuzz
5555

.github/workflows/fuzz-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "Found llvm-profdata at $LLVM_PROFDATA"
5151
5252
- name: Install cargo-fuzz
53-
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
53+
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
5454
with:
5555
tool: cargo-fuzz
5656

.github/workflows/fuzzer-fix-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
compiler: llvm
7070

7171
- name: Install cargo-fuzz
72-
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
72+
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
7373
with:
7474
tool: cargo-fuzz
7575

.github/workflows/minimize_fuzz_corpus_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
toolchain: ${{ env.NIGHTLY_TOOLCHAIN }}
5959

6060
- name: Install cargo-fuzz
61-
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
61+
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
6262
with:
6363
tool: cargo-fuzz
6464

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
enable-sccache: "false"
4343

4444
- name: Install cargo-edit
45-
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
45+
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
4646
with:
4747
tool: cargo-edit
4848

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
3232
enable-sccache: "false"
3333
- name: Install cargo-edit
34-
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
34+
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
3535
with:
3636
tool: cargo-edit
3737

.github/workflows/run-fuzzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
compiler: llvm
8585

8686
- name: Install cargo-fuzz
87-
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
87+
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
8888
with:
8989
tool: cargo-fuzz
9090

0 commit comments

Comments
 (0)