update example to use latest version

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
This commit is contained in:
Alex Couture-Beil 2022-03-10 12:48:20 -08:00
parent ee3f29b733
commit 9b4c3321af
No known key found for this signature in database
GPG Key ID: 097FC39A210CE7F7

View File

@ -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