diff --git a/.github/workflows/pnpm-lint-and-compile.yaml b/.github/workflows/pnpm-lint-and-compile.yaml index 63d0e8b..0ba34e9 100644 --- a/.github/workflows/pnpm-lint-and-compile.yaml +++ b/.github/workflows/pnpm-lint-and-compile.yaml @@ -17,7 +17,7 @@ jobs: node-version-file: .node-version check-latest: false - name: Set up pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: version: 11.17.0 standalone: true @@ -45,7 +45,7 @@ jobs: node-version-file: .node-version check-latest: false - name: Set up pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: version: 11.17.0 standalone: true diff --git a/.github/workflows/pnpm-publish.yaml b/.github/workflows/pnpm-publish.yaml index 1fcc37a..51bc464 100644 --- a/.github/workflows/pnpm-publish.yaml +++ b/.github/workflows/pnpm-publish.yaml @@ -25,7 +25,7 @@ jobs: check-latest: true registry-url: ${{ matrix.registry }} - name: Set up pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: version: latest standalone: true