From 6d28774a743e541e5dc5f3ca13403675ef1fecf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:09:53 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 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] --- .github/workflows/quality.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/test_tasks.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9c02a148a..65044eb09 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -45,7 +45,7 @@ jobs: elixir-version: ${{ matrix.elixir }} - name: Cache mix deps - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-deps with: path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54f4e1e8a..dce4135c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: elixir-version: ${{ matrix.elixir }} - name: Cache mix deps - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-deps with: path: | diff --git a/.github/workflows/test_tasks.yml b/.github/workflows/test_tasks.yml index 3e3d17810..4f2a118fa 100644 --- a/.github/workflows/test_tasks.yml +++ b/.github/workflows/test_tasks.yml @@ -52,7 +52,7 @@ jobs: elixir-version: ${{ matrix.elixir }} - name: Cache mix deps - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-deps with: path: |