File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
steps :
43
43
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
44
44
- name : Install cargo-audit
45
- uses : taiki-e/install-action@f33d3f211b0303ea71864a2677724fed135b8e99 # v2.62.22
45
+ uses : taiki-e/install-action@eba4035583f0f9b001a27be2cce0a136d05d05e3 # v2.62.23
46
46
with :
47
47
tool : cargo-audit
48
48
- name : Run audit check
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ jobs:
412
412
sudo apt-get update -qq
413
413
sudo apt-get install -y -qq clang
414
414
- name : Setup wasm-pack
415
- uses : taiki-e/install-action@f33d3f211b0303ea71864a2677724fed135b8e99 # v2.62.22
415
+ uses : taiki-e/install-action@eba4035583f0f9b001a27be2cce0a136d05d05e3 # v2.62.23
416
416
with :
417
417
tool : wasm-pack
418
418
- name : Run tests with headless mode
@@ -739,7 +739,7 @@ jobs:
739
739
- name : Setup Rust toolchain
740
740
uses : ./.github/actions/setup-builder
741
741
- name : Install cargo-msrv
742
- uses : taiki-e/install-action@f33d3f211b0303ea71864a2677724fed135b8e99 # v2.62.22
742
+ uses : taiki-e/install-action@eba4035583f0f9b001a27be2cce0a136d05d05e3 # v2.62.23
743
743
with :
744
744
tool : cargo-msrv
745
745
You can’t perform that action at this time.
0 commit comments