diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6be277a5a..65b4d8690 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 - name: Install tools - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2.82.9 with: tool: nextest,cargo-llvm-cov - name: Configure RUSTFLAGS for Windows diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 07de6f3df..c9f8e747d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -21,7 +21,7 @@ jobs: cache: false - uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 - name: Install wasm-pack - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2.82.9 with: tool: wasm-pack - name: Setup pnpm @@ -57,7 +57,7 @@ jobs: cache: false - uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 - name: Install wasm-pack - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2.82.9 with: tool: wasm-pack - name: Setup pnpm diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 702e79cdd..308219d20 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -38,7 +38,7 @@ jobs: with: cache: false - name: Install tools - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2.82.9 with: tool: wasm-pack,mdbook - uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 004c76442..7de8a0557 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: cache: false - uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 - name: Install cargo-deb - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2.82.9 with: tool: cargo-deb - name: Install musl-tools @@ -145,7 +145,7 @@ jobs: cache: false - uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 - name: Install cargo-generate-rpm - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2.82.9 with: tool: cargo-generate-rpm - name: Install musl-tools diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 1863a4d1b..2d347f4da 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -22,7 +22,7 @@ jobs: with: persist-credentials: false - name: Install typos - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2.82.9 with: tool: typos-cli - name: Run spell check diff --git a/.github/workflows/unused-deps.yml b/.github/workflows/unused-deps.yml index 446f583e0..5deaa7cb6 100644 --- a/.github/workflows/unused-deps.yml +++ b/.github/workflows/unused-deps.yml @@ -15,4 +15,4 @@ jobs: with: persist-credentials: false - name: Machete - uses: bnjbvr/cargo-machete@ec7059328c4929414d52d0b9734e682239f6cc6c # main + uses: bnjbvr/cargo-machete@1cdbb12c345236fdc0b0d5c03308e5ee35adf18e # main