From 18d4b39250531c62b27cf8f1fa41bfe2ff4c4ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:16:06 +0000 Subject: [PATCH] ci(deps): bump iarekylew00t/regctl-installer from 1 to 3 Bumps [iarekylew00t/regctl-installer](https://github.com/iarekylew00t/regctl-installer) from 1 to 3. - [Release notes](https://github.com/iarekylew00t/regctl-installer/releases) - [Commits](https://github.com/iarekylew00t/regctl-installer/compare/v1...v3) --- updated-dependencies: - dependency-name: iarekylew00t/regctl-installer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6180de8..d8d499d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,7 +130,7 @@ jobs: - name: Install regclient if: ${{ env.DOCKER_PUSH_GHCR }} - uses: iarekylew00t/regctl-installer@v1 + uses: iarekylew00t/regctl-installer@v3 - name: Login to docker.io