From 57ce7bc28fe81eb2a191a18c69c1019b1cafcaf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:48:50 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ghcr.yml | 2 +- .github/workflows/tests.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 535d45e3..56e84d7a 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 525be810..a8f2cb6f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,7 +63,7 @@ jobs: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }} - name: Retrieve cached dependencies - uses: actions/cache@v2 + uses: actions/cache@v5 id: mix-cache with: path: | @@ -105,7 +105,7 @@ jobs: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }} - name: Retrieve cached dependencies - uses: actions/cache@v2 + uses: actions/cache@v5 id: mix-cache with: path: | @@ -157,7 +157,7 @@ jobs: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }} - name: Retrieve cached dependencies - uses: actions/cache@v2 + uses: actions/cache@v5 id: mix-cache with: path: |