diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7074631..3e67945 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 with: - version: 10 + version: 11 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 0b7a883..859e67f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -37,7 +37,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 with: - version: 10 + version: 11 - name: Get pnpm store directory id: pnpm-cache