diff --git a/.github/workflows/ci-earthly-gradle.yml b/.github/workflows/ci-earthly-gradle.yml index 499e6df6..caf01a69 100644 --- a/.github/workflows/ci-earthly-gradle.yml +++ b/.github/workflows/ci-earthly-gradle.yml @@ -29,7 +29,9 @@ jobs: - name: Use Earthly uses: earthly/actions-setup@v1 with: - version: v0.8.0 + # TODO: A specific Earthly version, and manually connect to the + # local version + version: v0.8 - name: Clone repository uses: actions/checkout@v4 diff --git a/.github/workflows/ci-earthly-maven.yml b/.github/workflows/ci-earthly-maven.yml index 815f19bb..5558f37d 100644 --- a/.github/workflows/ci-earthly-maven.yml +++ b/.github/workflows/ci-earthly-maven.yml @@ -29,7 +29,9 @@ jobs: - name: Use Earthly uses: earthly/actions-setup@v1 with: - version: v0.8.0 + # TODO: A specific Earthly version, and manually connect to the + # local version + version: v0.8 - name: Clone repository uses: actions/checkout@v4