Skip to content

Commit 07fc058

Browse files
committed
BUILD: WORKING COMMIT - DELETE
1 parent 413d868 commit 07fc058

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-actions-workflows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)