From c8c2dacf7cf97e986de33b6f53911e9e66613606 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 27 Feb 2024 22:47:21 +0000
Subject: [PATCH] chore(deps): update dependency earthly/earthly to v0.8.4
 (#53)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .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 8614881..8f062c2 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.7.22
+          version: v0.8.4
       - name: Earthly version
         run: earthly --version
       - name: Run build
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index c365294..47b99a4 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.7.22
+          version: v0.8.4
       - name: Earthly version
         run: earthly --version
       - name: Run build