diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa42a9f..e460fc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: with: node-version: '20' - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 - uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: @@ -39,7 +39,7 @@ jobs: - uses: dart-lang/setup-dart@v1 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@0758d235715de2f3551eacc980d9ae8fce9342c3 # v2 + uses: taiki-e/install-action@d438492cf8a250514fa2d34b30bc3c0dc37c65ff # v2 with: tool: cargo-llvm-cov @@ -98,7 +98,7 @@ jobs: with: node-version: '20' - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index be0ed4d..b424dca 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -31,7 +31,7 @@ jobs: with: node-version: '22' - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 - name: Install website dependencies working-directory: website diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 819ed91..c92c5c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,12 +72,12 @@ jobs: - uses: dart-lang/setup-dart@v1 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@0758d235715de2f3551eacc980d9ae8fce9342c3 # v2 + uses: taiki-e/install-action@d438492cf8a250514fa2d34b30bc3c0dc37c65ff # v2 with: tool: cargo-llvm-cov - name: Install pnpm - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 # ── stamp the release version ──────────────────────────────────────────── # Source carries the 0.0.0-dev placeholder; the real version lives only in