diff --git a/.github/workflows/pnpm-docs.yml b/.github/workflows/pnpm-docs.yml index 7f34c5f..741aec9 100644 --- a/.github/workflows/pnpm-docs.yml +++ b/.github/workflows/pnpm-docs.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - uses: actions/setup-node@v4 diff --git a/.github/workflows/pnpm-release-changeset.yml b/.github/workflows/pnpm-release-changeset.yml index 0944f3b..ea07dbd 100644 --- a/.github/workflows/pnpm-release-changeset.yml +++ b/.github/workflows/pnpm-release-changeset.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.CI_GITHUB_TOKEN }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - uses: actions/setup-node@v4 diff --git a/.github/workflows/pnpm-release-semantic.yml b/.github/workflows/pnpm-release-semantic.yml index ef896be..ae956c2 100644 --- a/.github/workflows/pnpm-release-semantic.yml +++ b/.github/workflows/pnpm-release-semantic.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.CI_GITHUB_TOKEN }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - uses: actions/setup-node@v4 diff --git a/.github/workflows/pnpm-verify-turbo-canary.yml b/.github/workflows/pnpm-verify-turbo-canary.yml index d3efe13..d04de35 100644 --- a/.github/workflows/pnpm-verify-turbo-canary.yml +++ b/.github/workflows/pnpm-verify-turbo-canary.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ fromJson(inputs.node-version) }} steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/pnpm-verify.yml b/.github/workflows/pnpm-verify.yml index a98e7d6..c3cb107 100644 --- a/.github/workflows/pnpm-verify.yml +++ b/.github/workflows/pnpm-verify.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ fromJson(inputs.node-version) }} steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - name: Use Node.js ${{ matrix.node-version }}