File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 otp-version : ${{ matrix.otp }}
2727 elixir-version : ${{ matrix.elixir }}
28- - uses : actions/cache@v3
28+ - uses : actions/cache@v4
2929 with :
3030 path : deps
3131 key : ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}
7272 with :
7373 arch : x64
7474
75- - uses : actions/cache@v3
75+ - uses : actions/cache@v4
7676 with :
7777 path : deps
7878 key : ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 uses : actions/checkout@v4
3030
3131 - name : Install asdf
32- uses : asdf-vm/actions/setup @v4
32+ uses : asdf-vm/actions/install @v4
3333
3434 - name : Cache asdf
3535 id : asdf-cache
36- uses : actions/cache@v3
36+ uses : actions/cache@v4
3737 with :
3838 path : ~/.asdf
3939 key : asdf-${{ runner.os }}-build-${{ matrix.job.otp }}-${{ matrix.job.elixir }}
You can’t perform that action at this time.
0 commit comments