File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 elixir-version : ${{ matrix.elixir }}
2323 otp-version : ${{ matrix.otp }}
24- - uses : actions/cache@v2
24+ - uses : actions/cache@v4
2525 with :
2626 path : deps
2727 key : ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
5050 with :
5151 elixir-version : ${{ matrix.elixir }}
5252 otp-version : ${{ matrix.otp }}
53- - uses : actions/cache@v2
53+ - uses : actions/cache@v4
5454 with :
5555 path : _build
5656 key : build-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
6161 mix deps.get
6262 - name : Create plts dir
6363 run : mkdir -p priv/plts
64- - uses : actions/cache@v2
64+ - uses : actions/cache@v4
6565 with :
6666 path : priv/plts
6767 key : plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
You can’t perform that action at this time.
0 commit comments