From 2b96ea93bbac0917875b77779197925c4b2f1adc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:08:43 +0000 Subject: [PATCH] chore(deps): update dependency earthly/earthly to v0.8.9 --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f13b1a..131b175 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN}} - uses: earthly/actions/setup-earthly@v1 with: - version: v0.8.7 + version: v0.8.9 - name: Earthly version run: earthly --version - name: Run build diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a00d49c..38be706 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN}} - uses: earthly/actions/setup-earthly@v1 with: - version: v0.8.7 + version: v0.8.9 - name: Earthly version run: earthly --version - name: Run build