diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 1dd16e7..d492e11 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -22,7 +22,7 @@ jobs: cache: 'pnpm' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 8 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27a3b83..f304de1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: cache: 'pnpm' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 8 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index de28389..61f3e73 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -57,7 +57,7 @@ jobs: cache: 'pnpm' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 8