diff --git a/Earthfile b/Earthfile index 1643ca9aea..8a4f05c7fe 100644 --- a/Earthfile +++ b/Earthfile @@ -887,7 +887,7 @@ merge-main-to-docs: ARG git_repo="earthly/earthly" ARG git_url="git@github.com:$git_repo" # renovate: datasource=github-releases packageName=earthly/lib - ARG earthly_lib_version=3.0.1 + ARG earthly_lib_version=3.0.3 ARG SECRET_PATH=littleredcorvette-id_rsa DO --pass-args github.com/earthly/lib/utils/git:$earthly_lib_version+DEEP_CLONE \ --GIT_URL=$git_url --SECRET_PATH=$SECRET_PATH @@ -957,7 +957,7 @@ open-pr-for-fork: && rm ghlinux.tar.gz && mv ./bin/gh /usr/local/bin/gh # renovate: datasource=github-releases packageName=earthly/lib - ARG earthly_lib_version=3.0.1 + ARG earthly_lib_version=3.0.3 ARG SECRET_PATH=littleredcorvette-id_rsa ARG git_repo="earthly/earthly" LET git_url="git@github.com:$git_repo"