mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-27 06:41:02 +08:00
update example to use latest version
Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
This commit is contained in:
parent
ee3f29b733
commit
9b4c3321af
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: earthly/actions-setup@v1
|
- uses: earthly/actions-setup@v1
|
||||||
with:
|
with:
|
||||||
version: v0.5.10
|
version: "latest" # or pin to an specific version, e.g. "v0.6.10"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: what version is installed?
|
- name: what version is installed?
|
||||||
run: earthly --version
|
run: earthly --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user