diff --git a/.github/actions/pnpm/action.yml b/.github/actions/pnpm/action.yml index 17acf8fd..dbaa454c 100644 --- a/.github/actions/pnpm/action.yml +++ b/.github/actions/pnpm/action.yml @@ -10,11 +10,11 @@ inputs: runs: using: composite steps: - - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5 + - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 with: version: 10.33.2 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs['node-version'] }} cache: pnpm diff --git a/.github/actions/zigbuild/action.yml b/.github/actions/zigbuild/action.yml index 55c47fcb..617006f1 100644 --- a/.github/actions/zigbuild/action.yml +++ b/.github/actions/zigbuild/action.yml @@ -28,7 +28,7 @@ runs: version: ${{ inputs.zig-version }} - name: Install cargo-zigbuild - uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 + uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 env: GITHUB_TOKEN: ${{ github.token }} with: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9a1bd5d9..252b94d8 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -27,11 +27,11 @@ jobs: - name: Checkout Branch uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5 + - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 with: version: 10.33.2 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .node-version cache: pnpm @@ -44,7 +44,7 @@ jobs: cache-key: benchmark cache-save-if: ${{ github.ref_name == 'main' }} - - uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 + - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 with: tool: cargo-codspeed diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ff9f959..627ec91f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: cache: false - - uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 + - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 with: tool: cargo-deny @@ -142,7 +142,7 @@ jobs: with: cache: false if: steps.filter.outputs.src == 'true' - - uses: cargo-bins/cargo-binstall@d125de8b4538541574fd9357b6feb61c8486464b # main + - uses: cargo-bins/cargo-binstall@7c6d6446dab5843b9ab70840f15fbad89e729fbd # main if: steps.filter.outputs.src == 'true' - run: cargo binstall --no-confirm cargo-shear@1 if: steps.filter.outputs.src == 'true' diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index d36f8792..b59901c4 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -35,7 +35,7 @@ jobs: cache-save-if: ${{ github.ref_name == 'main' }} components: llvm-tools-preview - - uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 + - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 with: tool: cargo-llvm-cov