diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 9ce1112..02de562 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 400d4eb..aadcb1e 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 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 03fa8b0..d21ffaa 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 with: repository: ether/etherpad-lite - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8