diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b4a30b..4d0d4b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: lfs: true persist-credentials: false - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: version: 10.34.5 run_install: false diff --git a/.github/workflows/cloudflare-production.yml b/.github/workflows/cloudflare-production.yml index d190080..72635d8 100644 --- a/.github/workflows/cloudflare-production.yml +++ b/.github/workflows/cloudflare-production.yml @@ -29,7 +29,7 @@ jobs: with: lfs: true persist-credentials: false - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: version: 10.34.5 run_install: false diff --git a/.github/workflows/release-toolchain.yml b/.github/workflows/release-toolchain.yml index a3ed927..e33f1fc 100644 --- a/.github/workflows/release-toolchain.yml +++ b/.github/workflows/release-toolchain.yml @@ -33,7 +33,7 @@ jobs: with: lfs: true persist-credentials: false - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: version: 10.34.5 run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 081beb9..ebd13d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: lfs: true persist-credentials: false - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: version: 10.34.5 run_install: false