diff --git a/package.json b/package.json index d80e14f..eb055ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@11.5.2", + "packageManager": "pnpm@11.7.0", "license": "MIT", "scripts": { "lint": "eslint .", diff --git a/setup-js/action.yml b/setup-js/action.yml index 4f146a1..cf3ba91 100644 --- a/setup-js/action.yml +++ b/setup-js/action.yml @@ -40,7 +40,7 @@ runs: fetch-depth: "${{ inputs.fetch-all == 'true' && '0' || '1' }}" - name: Install pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 if: ${{ inputs.package-manager == 'pnpm' }} - name: Setup node