diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index a53db59..914ce96 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -27,7 +27,7 @@ jobs: elixir-version: "1.15.2" otp-version: "26.0" - name: Restore dependencies cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} @@ -37,7 +37,7 @@ jobs: run: mix deps.get - name: Retrieve PLT Cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 id: plt-cache with: path: priv/plts