diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 3b055c4..6300ef3 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -41,7 +41,7 @@ jobs: persist-credentials: false - name: Install the pinned pnpm release - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 with: package_json_file: website/package.json diff --git a/.github/workflows/pages-preview.yml b/.github/workflows/pages-preview.yml index d5342b2..8e44f2c 100644 --- a/.github/workflows/pages-preview.yml +++ b/.github/workflows/pages-preview.yml @@ -99,7 +99,7 @@ jobs: persist-credentials: false - name: Install the pinned pnpm release - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 with: package_json_file: candidate/website/package.json diff --git a/.github/workflows/website-check.yml b/.github/workflows/website-check.yml index c171ce2..0c88bca 100644 --- a/.github/workflows/website-check.yml +++ b/.github/workflows/website-check.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install the pinned pnpm release - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 with: package_json_file: website/package.json