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 @@ -32,7 +32,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup pnpm cache
if: always()
with:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup pnpm cache
if: always()
with:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup pnpm cache
if: always()
with:
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 @@ -33,7 +33,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
tags: ${{ env.TEST_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend-admin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand All @@ -48,7 +48,7 @@ jobs:
with:
version: 0.0.12
- name: Cache playwright binaries
uses: actions/cache@v4
uses: actions/cache@v5
id: playwright-cache
with:
path: |
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 @@ -25,7 +25,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
- name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/handleRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
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 @@ -29,7 +29,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
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 @@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
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 @@ -28,7 +28,7 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
repository: ether/ether.github.com
path: ether.github.com
token: '${{ secrets.ETHER_RELEASE_TOKEN }}'
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseEtherpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup pnpm cache
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-from-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v6
with:
ref: develop #FIXME change to master when doing release
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
with:
Expand Down
Loading