diff --git a/.github/workflows/pr-verification.yml b/.github/workflows/pr-verification.yml index 28f4448..dc1edac 100644 --- a/.github/workflows/pr-verification.yml +++ b/.github/workflows/pr-verification.yml @@ -31,7 +31,7 @@ jobs: node-version: 24 - name: Setup pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: package_json_file: ./package.json cache: true @@ -84,7 +84,7 @@ jobs: node-version: 24 - name: Setup pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: package_json_file: ./package.json cache: true @@ -148,7 +148,7 @@ jobs: node-version: 24 - name: Setup pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: package_json_file: ./package.json cache: true diff --git a/.github/workflows/publish-to-store.yml b/.github/workflows/publish-to-store.yml index e655be1..dcee743 100644 --- a/.github/workflows/publish-to-store.yml +++ b/.github/workflows/publish-to-store.yml @@ -177,7 +177,7 @@ jobs: node-version: ${{ env.NodeVersion }} - name: Setup pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: package_json_file: ./package.json cache: true @@ -242,7 +242,7 @@ jobs: node-version: ${{ env.NodeVersion }} - name: Setup pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: package_json_file: ./package.json cache: true