diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4a46e2..7421821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: earthly/actions/setup-earthly@main with: - version: v0.8.9 + version: v0.8.11 - name: Earthly Version run: earthly --version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 976c674..0ff7b89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: earthly/actions/setup-earthly@v1 with: - version: v0.8.9 + version: v0.8.11 - name: Earthly Version run: earthly --version