From 41b111720731c4b482a203a507dd5c1294213fb5 Mon Sep 17 00:00:00 2001 From: Tom L <98499638+expressvpn-tom-l@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:57:02 +0800 Subject: [PATCH] ci: update Earthly to v0.7.20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 890df714..e5ccfba3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: earthly/actions/setup-earthly@v1 with: - version: v0.7.4 + version: v0.7.20 - uses: actions/checkout@v3 - name: Put back the git branch into git (Earthly uses it for tagging) run: |