File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 - name : Download Earthly v0.8.12.
1818 run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
1919 - name : Checkout code.
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : Check formatting.
2222 run : earthly --ci +check-${{ matrix.language }}-formatting
2323 linting :
3030 - name : Download Earthly v0.8.12.
3131 run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
3232 - name : Checkout code.
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 - name : Check linting.
3535 run : earthly --ci +check-${{ matrix.language }}-linting
3636 compile :
4040 - name : Download Earthly v0.8.12.
4141 run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
4242 - name : Checkout code.
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v4
4444 - name : Compile.
4545 run : earthly --ci +compile
4646 unit-test :
5050 - name : Download Earthly v0.8.12.
5151 run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
5252 - name : Checkout code.
53- uses : actions/checkout@v3
53+ uses : actions/checkout@v4
5454 - name : Unit test.
5555 run : earthly --ci +unit-test
Original file line number Diff line number Diff line change 1414 - name : Download Earthly v0.8.12.
1515 run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
1616 - name : Checkout code.
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 with :
1919 ref : ${{ github.event.pull_request.head.sha }}
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 - name : Download Earthly v0.8.12.
1515 run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
1616 - name : Checkout code.
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 with :
1919 ref : ${{ github.event.pull_request.head.sha }}
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 - name : Download Earthly v0.8.12.
1515 run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
1616 - name : Checkout code.
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 - name : Check GitHub Actions workflows linting.
1919 run : earthly +check-github-actions-workflows-linting
2020 formatting :
2424 - name : Download Earthly v0.8.12.
2525 run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
2626 - name : Checkout code.
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828 - name : Check formatting.
2929 run : earthly +check-yaml-formatting
You can’t perform that action at this time.
0 commit comments