From d847dbbbd7018a17697be62981f2bbbec8d3bcb6 Mon Sep 17 00:00:00 2001 From: Adam Gordon Bell Date: Wed, 18 Oct 2023 09:12:46 -0400 Subject: [PATCH] bumping earthly versoin --- .github/workflows/build-no-cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-no-cache.yaml b/.github/workflows/build-no-cache.yaml index 259c3a9b5..b43217b2d 100644 --- a/.github/workflows/build-no-cache.yaml +++ b/.github/workflows/build-no-cache.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Download released earth - run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.6.20/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" + run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.7.0/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'" - name: Build Site uses: mathiasvr/command-output@v1 id: build-site