From 6abbf0a67f0cd8a5ca6643293147647ada720ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:06:10 +0000 Subject: [PATCH] Bump rancher/ecm-distro-tools from 0.58.4 to 0.59.0 Bumps [rancher/ecm-distro-tools](https://github.com/rancher/ecm-distro-tools) from 0.58.4 to 0.59.0. - [Release notes](https://github.com/rancher/ecm-distro-tools/releases) - [Commits](https://github.com/rancher/ecm-distro-tools/compare/16a1fda753df5ceafafbb05831d75c7eb459c351...e2671c2a8acb47588aab52f61affb688365f6df1) --- updated-dependencies: - dependency-name: rancher/ecm-distro-tools dependency-version: 0.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa26d6af73..58103415af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -340,7 +340,7 @@ jobs: curl -sL https://releases.rancher.com/dapper/latest/dapper-$(uname -s)-$(uname -m) > /usr/local/bin/dapper chmod +x /usr/local/bin/dapper - name: setup ecm-distro-tools - uses: rancher/ecm-distro-tools@16a1fda753df5ceafafbb05831d75c7eb459c351 # v0.58.4 + uses: rancher/ecm-distro-tools@e2671c2a8acb47588aab52f61affb688365f6df1 # v0.59.0 - name: Make artifacts directory run: | mkdir -p dist/artifacts