File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 49
49
env :
50
50
MIX_ENV : test
51
51
steps :
52
- - uses : actions/checkout@v2
52
+ - uses : actions/checkout@v3
53
53
- uses : erlef/setup-beam@v1
54
54
with :
55
55
otp-version : ${{matrix.otp}}
@@ -74,13 +74,13 @@ jobs:
74
74
- elixir : 1.13.x
75
75
otp : 24.3.x
76
76
steps :
77
- - uses : actions/checkout@v2
77
+ - uses : actions/checkout@v3
78
78
- uses : erlef/setup-beam@v1
79
79
with :
80
80
otp-version : ${{matrix.otp}}
81
81
elixir-version : ${{matrix.elixir}}
82
82
- name : Cache build artifacts
83
- uses : actions/cache@v2
83
+ uses : actions/cache@v3
84
84
with :
85
85
path : |
86
86
~/.hex
Original file line number Diff line number Diff line change 15
15
image : squidfunk/mkdocs-material
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v2.3.1
18
+ uses : actions/checkout@v3
19
19
- name : Build
20
20
run : mkdocs build -s
21
21
- name : Upload artifact
32
32
max-parallel : 1
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v2.3.1
35
+ uses : actions/checkout@v3
36
36
- name : Download artifact
37
- uses : actions/download-artifact@v1
37
+ uses : actions/download-artifact@v3
38
38
with :
39
39
name : site
40
40
path : site
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
43
43
default : true
44
44
45
45
steps :
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v3
47
47
- name : Set up BEAM
48
48
uses : erlef/setup-beam@v1
49
49
with :
50
50
elixir-version : ${{ matrix.elixir-version }}
51
51
otp-version : ${{ matrix.otp-version }}
52
52
53
53
- name : Restore dependencies cache
54
- uses : actions/cache@v2
54
+ uses : actions/cache@v3
55
55
with :
56
56
path : deps
57
57
key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
You can’t perform that action at this time.
0 commit comments