From 40ac0f64108b8b492f10f01459d0fb77c6f8e6bc Mon Sep 17 00:00:00 2001 From: "B. K. Oxley (binkley)" Date: Fri, 24 May 2024 10:03:31 -0500 Subject: [PATCH] Hygiene: be specific about Earthly version This is an **EXPERIMENTAL** commit only validated in the CI build outcome. This commit (and possibly more) lock down the Earthly version for the CI build. Ideal is that local builds use the identical version, but there is at present no good means to connect those. --- .github/workflows/ci-earthly-gradle.yml | 4 +++- .github/workflows/ci-earthly-maven.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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