File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
elixir : ["1.14"]
19
19
otp : ["25"]
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- uses : erlef/setup-beam@v1
23
23
with :
24
24
otp-version : ${{ matrix.otp }}
25
25
elixir-version : ${{ matrix.elixir }}
26
- - uses : actions/cache@v2
26
+ - uses : actions/cache@v3
27
27
with :
28
28
path : deps
29
29
key : ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}
@@ -46,12 +46,12 @@ jobs:
46
46
elixir : ["1.14", "1.13", "1.12"]
47
47
otp : ["25", "24", "23"]
48
48
steps :
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@v3
50
50
- uses : erlef/setup-beam@v1
51
51
with :
52
52
otp-version : ${{ matrix.otp }}
53
53
elixir-version : ${{ matrix.elixir }}
54
- - uses : actions/cache@v2
54
+ - uses : actions/cache@v3
55
55
with :
56
56
path : deps
57
57
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