From 4ea1be20691a046b718dc180cc552d132f21ee2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 07:22:58 +0000 Subject: [PATCH] build(deps): Bump regclient/actions/regctl-installer Bumps [regclient/actions/regctl-installer](https://github.com/regclient/actions) from 148669fe4b19151fcab6e00c6df2db43b9e2b097 to bb562fac724b7b37c17f19671df07fe34fabc376. - [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...bb562fac724b7b37c17f19671df07fe34fabc376) --- updated-dependencies: - dependency-name: regclient/actions/regctl-installer dependency-version: bb562fac724b7b37c17f19671df07fe34fabc376 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 33807d493..befe703ce 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@bb562fac724b7b37c17f19671df07fe34fabc376 with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release-rc-assets.yaml b/.github/workflows/release-rc-assets.yaml index 3ad4e2060..e1c6e1c6f 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@bb562fac724b7b37c17f19671df07fe34fabc376 with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7bc3d60ea..a6e54f11c 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@bb562fac724b7b37c17f19671df07fe34fabc376 with: release: ${{ env.REGCTL_VERSION }} - name: Retag gpu-operator