diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f3325ab..6988edfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: - name: Install pnpm if: steps.frontend.outputs.enabled == 'true' - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 with: version: 10.33.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cddae415..f6747ed3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: - name: Install pnpm if: ${{ hashFiles('src/frontend/package.json') != '' }} - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 with: version: 10.33.0 @@ -148,7 +148,7 @@ jobs: - name: Install pnpm if: ${{ hashFiles('src/frontend/package.json') != '' }} - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 with: version: 10.33.0