From bbf74937ca03b60ac14ec91172b0092c8c798a2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 05:49:14 +0000 Subject: [PATCH] chore(deps): update dependency earthly/earthly to v0.7.11 (#65) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 ff830b2a..c2c11e4e 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.7.9 + version: v0.7.11 - name: Earthly version run: earthly --version - name: Run Linter and Tests diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9ba529dc..ebe42d3b 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.7.9 + version: v0.7.11 - name: Earthly version run: earthly --version - name: Run Linter and Tests