diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 496f331..3da27a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: # rather than building cargo-deny from source (~3 min savings). - name: Install cargo-deny if: matrix.runner == 'ubuntu-latest' - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 with: tool: cargo-deny diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 16d16f2..9ec31c4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Setup pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: 11 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 305fbe5..0d48470 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,7 +130,7 @@ jobs: run: brew install pkg-config - name: Install cargo-packager - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 with: tool: cargo-packager @@ -254,7 +254,7 @@ jobs: shared-key: release - name: Install cargo-packager - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 with: tool: cargo-packager @@ -268,7 +268,7 @@ jobs: # identifiers like `0.9.0-alpha.3` — NSIS has no such limit. - name: Install cargo-wix if: ${{ !contains(env.EFFECTIVE_VERSION, '-') }} - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 with: tool: cargo-wix @@ -440,7 +440,7 @@ jobs: libarchive-tools - name: Install cargo-packager - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 with: tool: cargo-packager