Skip to content

Commit bedaabe

Browse files
committed
Update Earthly
1 parent 94ae023 commit bedaabe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: earthly/actions-setup@v1
1414
with:
15-
version: "^0.7"
15+
version: "^0.8"
1616
- uses: actions/checkout@v3
1717
- name: Test all supported versions
1818
run: earthly --ci +test

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION 0.7
1+
VERSION 0.8
22

33
bash-completion:
44
FROM curlimages/curl:8.00.1

0 commit comments

Comments
 (0)