diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2c11e4e..4e3d437f 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.11 + version: v0.7.12 - name: Earthly version run: earthly --version - name: Run Linter and Tests diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ebe42d3b..de2ca17d 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.11 + version: v0.7.12 - name: Earthly version run: earthly --version - name: Run Linter and Tests