From 3974d75495d299970fddf0039fa23dbadc32fe3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 20:09:09 +0000 Subject: [PATCH] chore(deps): update dependency earthly/earthly to v0.8.3 (#224) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arsene --- .github/workflows/build.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b5fe435..61270c95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN}} - uses: earthly/actions/setup-earthly@v1 with: - version: v0.8.2 + version: v0.8.3 - name: Earthly version run: earthly --version - name: Run Linter and Tests diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c219fcf1..1d8749c0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN}} - uses: earthly/actions/setup-earthly@v1 with: - version: v0.8.2 + version: v0.8.3 - name: Earthly version run: earthly --version - name: Run Linter and Tests