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