Skip to content

Commit

Permalink
Update earthly/earthly Docker tag to v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent 58a400c commit 446ae18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.7.22"
version: "v0.8.9"
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# renovate: datasource=pypi depName=ruff
rev: v0.4.1
rev: v0.1.6
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion earthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ docker run \
-t \
-v "$(pwd)":/workspace \
-v earthly-tmp:/tmp/earthly:rw \
earthly/earthly:v0.7.22 \
earthly/earthly:v0.8.9 \
"$@"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pre-commit==3.5.0
pyright==1.1.338
pytest==7.4.3
pyyaml==6.0.1
ruff==0.4.1
ruff==0.1.6

0 comments on commit 446ae18

Please sign in to comment.