diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d181aa75..c95f776eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash @@ -106,7 +106,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash @@ -169,7 +169,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 695cb7403..b9b9e34e1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index b19e9bef1..1fe776cf8 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -66,7 +66,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dbbf5ad5..19a87fa91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/validate-deps.yml b/.github/workflows/validate-deps.yml index b6a93ad6b..00df1d72f 100644 --- a/.github/workflows/validate-deps.yml +++ b/.github/workflows/validate-deps.yml @@ -28,7 +28,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash