From 5306df6baedcaae666894645843a0b3f7a8bff76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:24:15 +0100 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 (#7264) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/backend-tests.yml | 8 ++++---- .github/workflows/build-and-deploy-docs.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/frontend-admin-tests.yml | 4 ++-- .github/workflows/frontend-tests.yml | 6 +++--- .github/workflows/handleRelease.yml | 2 +- .github/workflows/load-test.yml | 6 +++--- .github/workflows/perform-type-check.yml | 2 +- .github/workflows/rate-limit.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/releaseEtherpad.yml | 2 +- .github/workflows/upgrade-from-latest-release.yml | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 80125d13c..b691a8233 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/build-and-deploy-docs.yml b/.github/workflows/build-and-deploy-docs.yml index a758c886c..b0b87697a 100644 --- a/.github/workflows/build-and-deploy-docs.yml +++ b/.github/workflows/build-and-deploy-docs.yml @@ -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: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 930f9f8b8..9cc63ebb3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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: diff --git a/.github/workflows/frontend-admin-tests.yml b/.github/workflows/frontend-admin-tests.yml index 7737d6d89..7c980bab3 100644 --- a/.github/workflows/frontend-admin-tests.yml +++ b/.github/workflows/frontend-admin-tests.yml @@ -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: @@ -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: | diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 805a3b84b..0b95070f4 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/handleRelease.yml b/.github/workflows/handleRelease.yml index 9a38ebb4c..cbcd4e6f1 100644 --- a/.github/workflows/handleRelease.yml +++ b/.github/workflows/handleRelease.yml @@ -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: diff --git a/.github/workflows/load-test.yml b/.github/workflows/load-test.yml index c7c1af211..12bacdcf8 100644 --- a/.github/workflows/load-test.yml +++ b/.github/workflows/load-test.yml @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/perform-type-check.yml b/.github/workflows/perform-type-check.yml index ec3e61ab7..a2105615e 100644 --- a/.github/workflows/perform-type-check.yml +++ b/.github/workflows/perform-type-check.yml @@ -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: diff --git a/.github/workflows/rate-limit.yml b/.github/workflows/rate-limit.yml index deb5dea44..0a0699c6f 100644 --- a/.github/workflows/rate-limit.yml +++ b/.github/workflows/rate-limit.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ac58b907..5411e5108 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.github/workflows/releaseEtherpad.yml b/.github/workflows/releaseEtherpad.yml index e5e63a21b..bfe1b2556 100644 --- a/.github/workflows/releaseEtherpad.yml +++ b/.github/workflows/releaseEtherpad.yml @@ -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: diff --git a/.github/workflows/upgrade-from-latest-release.yml b/.github/workflows/upgrade-from-latest-release.yml index 840c32f54..eb480c256 100644 --- a/.github/workflows/upgrade-from-latest-release.yml +++ b/.github/workflows/upgrade-from-latest-release.yml @@ -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: