File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 70
70
env :
71
71
MIX_ENV : test
72
72
steps :
73
- - uses : actions/checkout@v3
73
+ - uses : actions/checkout@v4
74
74
- uses : erlef/setup-beam@v1
75
75
with :
76
76
otp-version : ${{matrix.otp}}
@@ -129,7 +129,7 @@ jobs:
129
129
- name : Set git to use original line ending
130
130
run : |
131
131
git config --global core.autocrlf false
132
- - uses : actions/checkout@v3
132
+ - uses : actions/checkout@v4
133
133
- uses : erlef/setup-beam@v1
134
134
with :
135
135
otp-version : ${{matrix.otp}}
@@ -150,7 +150,7 @@ jobs:
150
150
- elixir : 1.15.x
151
151
otp : 25.x
152
152
steps :
153
- - uses : actions/checkout@v3
153
+ - uses : actions/checkout@v4
154
154
- uses : erlef/setup-beam@v1
155
155
with :
156
156
otp-version : ${{matrix.otp}}
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@v3
18
+ uses : actions/checkout@v4
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@v3
35
+ uses : actions/checkout@v4
36
36
- name : Download artifact
37
37
uses : actions/download-artifact@v3
38
38
with :
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-20.04
30
30
needs : release
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
34
34
- name : Validate version
35
35
run : |
You can’t perform that action at this time.
0 commit comments