Skip to content

Commit eac5046

Browse files
committed
ci: use new earthly setup action
1 parent 33a9130 commit eac5046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
env:
1818
FORCE_COLOR: 1
1919
steps:
20-
- uses: earthly/actions/setup-earthly@v1
20+
- uses: earthly/actions-setup@v1
2121
with:
22-
version: v0.8.15
22+
version: "0.8.15"
2323
- uses: actions/checkout@v4
2424
- name: Put back the git branch into git (Earthly uses it for tagging)
2525
run: |

0 commit comments

Comments
 (0)