Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup pnpm cache
if: always()
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup pnpm cache
if: always()
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup pnpm cache
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
-
name: Check out
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: etherpad

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
enable-url-completion: true
- name: Check out
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: ether-charts
repository: ether/ether-charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-admin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}-node${{ matrix.node }}'
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
printf %s\\n '::set-output name=name::${{ github.workflow }} - ${{ github.job }}'
printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/handleRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perform-type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rate-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: actions/cache@v4
name: Setup gnpm cache
if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ether/etherpad-lite
path: etherpad
Expand All @@ -42,7 +42,7 @@ jobs:
git checkout develop
git reset --hard origin/develop
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ether/ether.github.com
path: ether.github.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseEtherpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Get pnpm store directory
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-from-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
-
name: Check out latest release
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: develop #FIXME change to master when doing release
- uses: actions/cache@v4
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile --runtimeVersion="${{ matrix.node }}"
# Because actions/checkout@v5 is called with "ref: master" and without
# Because actions/checkout@v6 is called with "ref: master" and without
# "fetch-depth: 0", the local clone does not have the ${GITHUB_SHA}
# commit. Fetch ${GITHUB_REF} to get the ${GITHUB_SHA} commit. Note that a
# plain "git fetch" only fetches "normal" references (refs/heads/* and
Expand Down
Loading