From a0934e8e75d993ce519abc66108f8cbe5860bc57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:37:01 +0000 Subject: [PATCH] build(deps): Bump regclient/actions/regctl-installer Bumps [regclient/actions/regctl-installer](https://github.com/regclient/actions) from 148669fe4b19151fcab6e00c6df2db43b9e2b097 to 78eb729dbdb4ef6480e85ff697b4410e22112583. - [Release notes](https://github.com/regclient/actions/releases) - [Changelog](https://github.com/regclient/actions/blob/main/RELEASE.md) - [Commits](https://github.com/regclient/actions/compare/148669fe4b19151fcab6e00c6df2db43b9e2b097...78eb729dbdb4ef6480e85ff697b4410e22112583) --- updated-dependencies: - dependency-name: regclient/actions/regctl-installer dependency-version: 78eb729dbdb4ef6480e85ff697b4410e22112583 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/forward-compatibility.yaml | 2 +- .github/workflows/release-rc-assets.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/forward-compatibility.yaml b/.github/workflows/forward-compatibility.yaml index e027609879..b86dd6f3ab 100644 --- a/.github/workflows/forward-compatibility.yaml +++ b/.github/workflows/forward-compatibility.yaml @@ -42,7 +42,7 @@ jobs: echo "REGCTL_VERSION=${REGCTL_VERSION##REGCTL_VERSION ?= }" >> "${GITHUB_ENV}" - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@78eb729dbdb4ef6480e85ff697b4410e22112583 with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release-rc-assets.yaml b/.github/workflows/release-rc-assets.yaml index bfeaf2badc..7a1c5df8f2 100644 --- a/.github/workflows/release-rc-assets.yaml +++ b/.github/workflows/release-rc-assets.yaml @@ -145,7 +145,7 @@ jobs: run: pip install --quiet pyyaml - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@78eb729dbdb4ef6480e85ff697b4410e22112583 with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac44f37d56..13d7ec164d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,7 +75,7 @@ jobs: REGCTL_VERSION=$(grep "REGCTL_VERSION ?=" versions.mk) echo "REGCTL_VERSION=${REGCTL_VERSION##REGCTL_VERSION ?= }" >> "${GITHUB_ENV}" - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@78eb729dbdb4ef6480e85ff697b4410e22112583 with: release: ${{ env.REGCTL_VERSION }} - name: Retag gpu-operator