From e972bccac66964ef918583bfcae27adb15463b84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:52:02 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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..c1b772e 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@v6 with: path: | ${{ matrix.package }}/deps