From 9b4c3321afc937bfdeaabee5b054fd130555c626 Mon Sep 17 00:00:00 2001 From: Alex Couture-Beil Date: Thu, 10 Mar 2022 12:48:20 -0800 Subject: [PATCH] update example to use latest version Signed-off-by: Alex Couture-Beil --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c8acbf..ceda48c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: steps: - uses: earthly/actions-setup@v1 with: - version: v0.5.10 + version: "latest" # or pin to an specific version, e.g. "v0.6.10" - uses: actions/checkout@v2 - name: what version is installed? run: earthly --version