From 5e77f1d09b2be6e4181bb1df2e4d417b258ee673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:42:52 +0000 Subject: [PATCH] build(deps): Bump regclient/actions/regctl-installer Bumps [regclient/actions/regctl-installer](https://github.com/regclient/actions) from 148669fe4b19151fcab6e00c6df2db43b9e2b097 to 39bf30ced4be9d147faaabbde2682e9725fb8bd1. - [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...39bf30ced4be9d147faaabbde2682e9725fb8bd1) --- updated-dependencies: - dependency-name: regclient/actions/regctl-installer dependency-version: 39bf30ced4be9d147faaabbde2682e9725fb8bd1 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 8b1161dbf..a45dcd2b5 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@39bf30ced4be9d147faaabbde2682e9725fb8bd1 with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release-rc-assets.yaml b/.github/workflows/release-rc-assets.yaml index ecfe31da4..d5a53a740 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@39bf30ced4be9d147faaabbde2682e9725fb8bd1 with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac44f37d5..a1314bcfe 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@39bf30ced4be9d147faaabbde2682e9725fb8bd1 with: release: ${{ env.REGCTL_VERSION }} - name: Retag gpu-operator