diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56e1357ec4..d346827b7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -348,7 +348,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@8ce282c30487ffc951af77e7de723a87a790e0c6 # v0.60.1 - name: Make artifacts directory run: | mkdir -p dist/artifacts