Skip to content

Commit

Permalink
ci: Bump earthly version
Browse files Browse the repository at this point in the history
  • Loading branch information
qjcg committed Jan 25, 2024
1 parent 7222049 commit ec8a4c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Download earthly
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/'${version}'/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
env:
version: v0.7.23
version: v0.8.1

- name: Check for broken links
run: earthly --ci +lint-lychee
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Download earthly
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/'${version}'/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
env:
version: v0.7.23
version: v0.8.1

- name: Run linters
run: earthly --ci +lint
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

lint:
BUILD +lint-markdown
Expand Down

0 comments on commit ec8a4c5

Please sign in to comment.