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 23
23
development : true
24
24
runs-on : ubuntu-16.04
25
25
steps :
26
- - uses : actions/checkout@v1
26
+ - uses : actions/checkout@v2
27
27
with :
28
28
fetch-depth : 50
29
29
- name : Install Erlang/OTP
33
33
mkdir -p otp
34
34
tar zxf otp.tar.gz -C otp --strip-components=1
35
35
otp/Install -minimal $(pwd)/otp
36
- echo "::add-path:: $(pwd)/otp/bin"
36
+ echo "$(pwd)/otp/bin" >> $GITHUB_PATH
37
37
- name : Compile Elixir
38
38
run : |
39
39
rm -rf .git
61
61
steps :
62
62
- name : Configure Git
63
63
run : git config --global core.autocrlf input
64
- - uses : actions/checkout@v1
64
+ - uses : actions/checkout@v2
65
65
with :
66
66
fetch-depth : 50
67
67
- name : Cache Erlang/OTP package
88
88
name : Check POSIX-compliant
89
89
runs-on : ubuntu-16.04
90
90
steps :
91
- - uses : actions/checkout@v1
91
+ - uses : actions/checkout@v2
92
92
with :
93
93
fetch-depth : 50
94
94
- name : Install Shellcheck
You can’t perform that action at this time.
0 commit comments