From ae71812ea458f80a7431b76dce3e6c59416b0e4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:05:34 +0000 Subject: [PATCH] chore(deps): update dependency earthly/lib to v3.0.3 --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"