diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index ea6dacd..5102e30 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@v5 name: Install pnpm with: version: 10 diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index a125701..12ab961 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@v5 name: Install pnpm with: version: 10