File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- name : Download Earthly v0.8.6.
15
15
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
16
16
- name : Checkout code.
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Compile.
19
19
run : earthly --ci +compile
Original file line number Diff line number Diff line change 14
14
- name : Download Earthly v0.8.6.
15
15
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
16
16
- name : Checkout code.
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
ref : ${{ github.event.pull_request.head.sha }}
20
20
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
- name : Download Earthly v0.8.6.
15
15
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
16
16
- name : Checkout code.
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
ref : ${{ github.event.pull_request.head.sha }}
20
20
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
- name : Download Earthly v0.8.6.
15
15
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
16
16
- name : Checkout code.
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Check GitHub Actions workflows linting.
19
19
run : earthly +check-github-actions-workflows-linting
20
20
formatting :
24
24
- name : Download Earthly v0.8.6.
25
25
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
26
26
- name : Checkout code.
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
- name : Check formatting.
29
29
run : earthly +check-yaml-formatting
You can’t perform that action at this time.
0 commit comments