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:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Download Earthly.
15
- uses : earthly/actions-setup@v1
15
+ uses : earthly/actions-setup
16
16
with :
17
17
version : v0.8.15
18
18
- name : Checkout code.
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout
20
20
- name : Check GitHub Actions workflows linting.
21
21
run : earthly +check-github-actions-workflows-linting
22
22
formatting :
23
23
name : Formatting
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Download Earthly.
27
- uses : earthly/actions-setup@v1
27
+ uses : earthly/actions-setup
28
28
with :
29
29
version : v0.8.15
30
30
- name : Checkout code.
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout
32
32
- name : Check formatting.
33
33
run : earthly +check-yaml-formatting
You can’t perform that action at this time.
0 commit comments