File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
development : true
35
35
runs-on : ubuntu-20.04
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 50
40
40
- uses : erlef/setup-beam@v1
83
83
steps :
84
84
- name : Configure Git
85
85
run : git config --global core.autocrlf input
86
- - uses : actions/checkout@v3
86
+ - uses : actions/checkout@v4
87
87
with :
88
88
fetch-depth : 50
89
89
- uses : erlef/setup-beam@v1
@@ -108,7 +108,7 @@ jobs:
108
108
name : Check POSIX-compliant
109
109
runs-on : ubuntu-20.04
110
110
steps :
111
- - uses : actions/checkout@v3
111
+ - uses : actions/checkout@v4
112
112
with :
113
113
fetch-depth : 50
114
114
- name : Install Shellcheck
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-20.04
14
14
name : Notify
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 50
19
19
- uses : erlef/setup-beam@v1
Original file line number Diff line number Diff line change 40
40
build_docs : build_docs
41
41
runs-on : ubuntu-20.04
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
with :
45
45
fetch-depth : 50
46
46
- uses : ./.github/workflows/release_pre_built
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-20.04
29
29
concurrency : builds_txt
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
with :
33
33
fetch-depth : 50
34
34
- uses : ./.github/workflows/release_pre_built
You can’t perform that action at this time.
0 commit comments