diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 99842f47..c2ea9fd3 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -52,7 +52,7 @@ jobs: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: mix-cache # id to use in retrieve action with: path: deps @@ -103,13 +103,13 @@ jobs: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: mix-cache # id to use in retrieve action with: path: deps key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-${{ hashFiles('mix.lock') }} - name: Retrieve PLT Cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: plt-cache with: path: priv/plts