From fdb964d40e8710375aff6e0730c1db1fb13009a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 01:03:29 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2089ee7..d489194 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: elixir-version: ${{ matrix.elixir-otp.elixir }} - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ matrix.package }}/deps