From 69d8d22ac222ec836290fe04cedb630e78542e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:58:01 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 (#5949) 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/elixir.yml | 4 ++-- .github/workflows/publish-docs.yml | 2 +- .github/workflows/tracker.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 7a23c8cebf..4146343bd5 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -74,7 +74,7 @@ jobs: elixir-version: ${{ steps.versions.outputs.elixir }} otp-version: ${{ steps.versions.outputs.erlang }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | deps @@ -155,7 +155,7 @@ jobs: elixir-version: ${{ steps.versions.outputs.elixir }} otp-version: ${{ steps.versions.outputs.erlang }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | deps diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index d3a006a09d..80a896177c 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -35,7 +35,7 @@ jobs: otp-version: ${{ steps.versions.outputs.erlang}} - name: Restore Elixir dependencies cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | deps diff --git a/.github/workflows/tracker.yml b/.github/workflows/tracker.yml index e4df83e7b9..53cfc5b212 100644 --- a/.github/workflows/tracker.yml +++ b/.github/workflows/tracker.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: npm --prefix ./tracker ci - name: Cache Playwright browsers - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: |