diff --git a/.github/workflows/example-basic-pnpm.yml b/.github/workflows/example-basic-pnpm.yml index 60bf02b94..c9065081f 100644 --- a/.github/workflows/example-basic-pnpm.yml +++ b/.github/workflows/example-basic-pnpm.yml @@ -22,9 +22,9 @@ jobs: # See https://github.com/pnpm/action-setup - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 # See https://github.com/actions/setup-node - name: Install Node.js diff --git a/.github/workflows/example-start-and-pnpm-workspaces.yml b/.github/workflows/example-start-and-pnpm-workspaces.yml index a63d5ec4e..5313a766a 100644 --- a/.github/workflows/example-start-and-pnpm-workspaces.yml +++ b/.github/workflows/example-start-and-pnpm-workspaces.yml @@ -28,9 +28,9 @@ jobs: # See https://github.com/pnpm/action-setup - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 # See https://github.com/actions/setup-node - name: Install Node.js @@ -78,10 +78,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 + # See https://github.com/pnpm/action-setup - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 - name: Install Node.js uses: actions/setup-node@v6 diff --git a/README.md b/README.md index 1fb39c177..670a31745 100644 --- a/README.md +++ b/README.md @@ -1215,9 +1215,9 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 - name: Install Node.js uses: actions/setup-node@v6 with: