From 5ce13c43514fc4b005d8e143973c54bcaff4c0f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:04:23 -0400 Subject: [PATCH] Update dependency earthly/earthly to v0.8.9 (#69) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 253fb46..d4a46e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: earthly/actions/setup-earthly@main with: - version: v0.7.22 + version: v0.8.9 - name: Earthly Version run: earthly --version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f797aad..976c674 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: earthly/actions/setup-earthly@v1 with: - version: v0.7.22 + version: v0.8.9 - name: Earthly Version run: earthly --version