File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 elixir : ["1.14"]
2121 otp : ["25"]
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424 - uses : erlef/setup-beam@v1
2525 with :
2626 otp-version : ${{ matrix.otp }}
2727 elixir-version : ${{ matrix.elixir }}
28- - uses : actions/cache@v2
28+ - uses : actions/cache@v3
2929 with :
3030 path : deps
3131 key : ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}
@@ -58,14 +58,14 @@ jobs:
5858 - elixir : " 1.11"
5959 otp : " 25"
6060 steps :
61- - uses : actions/checkout@v2
61+ - uses : actions/checkout@v3
6262 - uses : erlef/setup-beam@v1
6363 with :
6464 otp-version : ${{ matrix.otp }}
6565 elixir-version : ${{ matrix.elixir }}
6666 - uses : egor-tensin/vs-shell@v2
6767 if : runner.os == 'Windows'
68- - uses : actions/cache@v2
68+ - uses : actions/cache@v3
6969 with :
7070 path : deps
7171 key : ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}
You can’t perform that action at this time.
0 commit comments