From a0f8bc1a7904ccf879221dec7f1e03c851a74307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:23:15 +0000 Subject: [PATCH] build(deps): Bump regclient/actions/regctl-installer Bumps [regclient/actions/regctl-installer](https://github.com/regclient/actions) from 148669fe4b19151fcab6e00c6df2db43b9e2b097 to c48159175b58fb90cccd0f98410927a81e04a166. - [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...c48159175b58fb90cccd0f98410927a81e04a166) --- updated-dependencies: - dependency-name: regclient/actions/regctl-installer dependency-version: c48159175b58fb90cccd0f98410927a81e04a166 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 e02760987..1057ef05d 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@c48159175b58fb90cccd0f98410927a81e04a166 with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release-rc-assets.yaml b/.github/workflows/release-rc-assets.yaml index c34072198..32e6b62d9 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@c48159175b58fb90cccd0f98410927a81e04a166 with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac44f37d5..cae9721ca 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@c48159175b58fb90cccd0f98410927a81e04a166 with: release: ${{ env.REGCTL_VERSION }} - name: Retag gpu-operator