diff --git a/.github/workflows/cloudflare-deployment.yaml b/.github/workflows/cloudflare-deployment.yaml index f2c917c..fd1577a 100644 --- a/.github/workflows/cloudflare-deployment.yaml +++ b/.github/workflows/cloudflare-deployment.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: 10.33.0 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c7de948..12917d3 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: 10.33.0 - name: Use Node.js ${{ matrix.node-version }}