Skip to content

Commit 60b37b4

Browse files
chore(deps): bump taiki-e/install-action from 2.62.22 to 2.62.23 (#17959)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.22 to 2.62.23. - [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@f33d3f2...eba4035) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c39d1c5 commit 60b37b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
- name: Install cargo-audit
45-
uses: taiki-e/install-action@f33d3f211b0303ea71864a2677724fed135b8e99 # v2.62.22
45+
uses: taiki-e/install-action@eba4035583f0f9b001a27be2cce0a136d05d05e3 # v2.62.23
4646
with:
4747
tool: cargo-audit
4848
- name: Run audit check

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
sudo apt-get update -qq
413413
sudo apt-get install -y -qq clang
414414
- name: Setup wasm-pack
415-
uses: taiki-e/install-action@f33d3f211b0303ea71864a2677724fed135b8e99 # v2.62.22
415+
uses: taiki-e/install-action@eba4035583f0f9b001a27be2cce0a136d05d05e3 # v2.62.23
416416
with:
417417
tool: wasm-pack
418418
- name: Run tests with headless mode
@@ -739,7 +739,7 @@ jobs:
739739
- name: Setup Rust toolchain
740740
uses: ./.github/actions/setup-builder
741741
- name: Install cargo-msrv
742-
uses: taiki-e/install-action@f33d3f211b0303ea71864a2677724fed135b8e99 # v2.62.22
742+
uses: taiki-e/install-action@eba4035583f0f9b001a27be2cce0a136d05d05e3 # v2.62.23
743743
with:
744744
tool: cargo-msrv
745745

0 commit comments

Comments
 (0)