diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 167a0c4..d5bd3e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: # Common versions - EARTHLY_VERSION: '0.8.15' + EARTHLY_VERSION: '0.8.16' # Force Earthly to use color output FORCE_COLOR: "1" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab28b33..9b5a160 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: env: # Common versions - EARTHLY_VERSION: '0.8.15' + EARTHLY_VERSION: '0.8.16' # Force Earthly to use color output FORCE_COLOR: "1"