diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 10bde2277..05c97c143 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -74,7 +74,7 @@ jobs: uses: ./.github/actions/setup - name: Setup PNPM - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6.0.4 with: version: latest diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index fd198c80f..91f0cd431 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -21,7 +21,7 @@ jobs: with: ref: ${{ github.ref_name }} - name: Setup PNPM - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6.0.4 - name: Setup NodeJS uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0