From dfd7c535c250fa36e660d81a3a7de6cd52956792 Mon Sep 17 00:00:00 2001 From: "wttj-bot[bot]" <244686000+wttj-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:04:13 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20actions/cache=20action?= =?UTF-8?q?=20(v4=20=E2=86=92=20v6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/elixir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 8326b6f..e7fc5bd 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -27,7 +27,7 @@ jobs: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }} - name: Restore dependencies cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}