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 @@ -12,22 +12,22 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Download Earthly.
15- uses : earthly/actions-setup@v1
15+ uses : earthly/actions-setup
1616 with :
1717 version : v0.8.15
1818 - name : Checkout code.
19- uses : actions/checkout@v4
19+ uses : actions/checkout
2020 - name : Check GitHub Actions workflows linting.
2121 run : earthly +check-github-actions-workflows-linting
2222 formatting :
2323 name : Formatting
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Download Earthly.
27- uses : earthly/actions-setup@v1
27+ uses : earthly/actions-setup
2828 with :
2929 version : v0.8.15
3030 - name : Checkout code.
31- uses : actions/checkout@v4
31+ uses : actions/checkout
3232 - name : Check formatting.
3333 run : earthly +check-yaml-formatting
You can’t perform that action at this time.
0 commit comments