From 663faf459fdf40b147938988217f0d40a16d4727 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:49:07 +0000 Subject: [PATCH] chore(deps): update dependency earthly/earthly to v0.7.17 (#104) 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 00d6f771..579f1261 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.16 + version: v0.7.17 - name: Earthly version run: earthly --version - name: Run Linter and Tests diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d68e116e..eb190b7c 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.16 + version: v0.7.17 - name: Earthly version run: earthly --version - name: Run Linter and Tests