From 2a5817ae7fc9e44d3a8f32a8f1796fa28fd2f9bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 09:48:49 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .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 ea6cf7d..6f18cb3 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -32,7 +32,7 @@ jobs: elixir-version: '1.15.2' # [Required] Define the Elixir version otp-version: '26.0' # [Required] Define the Erlang/OTP version - name: Restore dependencies cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}