From 79355b2b6538753ba175e0d3e61477660f67b688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:03:28 +0000 Subject: [PATCH] Update dependency earthly/earthly to v0.8.14 --- .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 d4a46e2..5d1b70d 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.8.9 + version: v0.8.14 - name: Earthly Version run: earthly --version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 976c674..24e26f4 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.8.9 + version: v0.8.14 - name: Earthly Version run: earthly --version