Skip to content

Commit

Permalink
Update Earthly
Browse files Browse the repository at this point in the history
  • Loading branch information
mernen committed Mar 18, 2024
1 parent 94ae023 commit bedaabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: earthly/actions-setup@v1
with:
version: "^0.7"
version: "^0.8"
- uses: actions/checkout@v3
- name: Test all supported versions
run: earthly --ci +test
Expand Down
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.7
VERSION 0.8

bash-completion:
FROM curlimages/curl:8.00.1
Expand Down

0 comments on commit bedaabe

Please sign in to comment.