diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index e2813b6..1ac63b5 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Automerge id: automerge diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 38c13c3..51698b4 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -22,7 +22,7 @@ jobs: version: 1.0 - name: Install etherpad core - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ether/etherpad-lite path: etherpad-lite @@ -48,7 +48,7 @@ jobs: ${{ runner.os }}-pnpm-store- - name: Checkout plugin repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: plugin - name: Remove tests diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 5e97e61..21f6b43 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out Etherpad core - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ether/etherpad-lite path: etherpad-lite @@ -38,7 +38,7 @@ jobs: ${{ runner.os }}-pnpm-store- - name: Checkout plugin repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: plugin - diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index f416f77..ede447c 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -28,7 +28,7 @@ jobs: - name: Upgrade npm to >=11.5.1 (required for trusted publishing) run: npm install -g npm@latest - name: Check out Etherpad core - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ether/etherpad-lite - uses: pnpm/action-setup@v6 @@ -47,7 +47,7 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 -