diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 7b69a00..494e73e 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -26,7 +26,7 @@ jobs: with: repository: ether/etherpad-lite path: etherpad-lite - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8 diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index d1eaf87..66ed5fe 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 with: repository: ether/etherpad-lite - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8 diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 6c2712c..f379c8d 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 with: repository: ether/etherpad-lite - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8