From b715758b25d8e1c370b2dde7c4ff34b1535a3aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:25:59 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [regclient/actions/regctl-installer](https://github.com/regclient/actions). Updates `docker/login-action` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/371161bbe7024a29a25c5e19bfcbc0804fe9ad2c...dbcb813823bdd20940b903addbd779551569679f) Updates `regclient/actions/regctl-installer` from 5c882eb04fcca27ebb4f5904e0da01f0780063ea 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/5c882eb04fcca27ebb4f5904e0da01f0780063ea...78eb729dbdb4ef6480e85ff697b4410e22112583) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: regclient/actions/regctl-installer dependency-version: 78eb729dbdb4ef6480e85ff697b4410e22112583 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/digabi-docker-build.yml | 2 +- .github/workflows/digabi2-companion-app-prod-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/digabi-docker-build.yml b/.github/workflows/digabi-docker-build.yml index a9ac244..05603a8 100644 --- a/.github/workflows/digabi-docker-build.yml +++ b/.github/workflows/digabi-docker-build.yml @@ -119,7 +119,7 @@ jobs: npmrc=//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} - name: Log in to the GitHub Container registry if: ${{ inputs.tag-latest }} - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/digabi2-companion-app-prod-release.yml b/.github/workflows/digabi2-companion-app-prod-release.yml index 7b0cc40..5056797 100644 --- a/.github/workflows/digabi2-companion-app-prod-release.yml +++ b/.github/workflows/digabi2-companion-app-prod-release.yml @@ -32,7 +32,7 @@ jobs: id: login-ecr uses: aws-actions/amazon-ecr-login@v2 - name: Install regctl - uses: regclient/actions/regctl-installer@5c882eb04fcca27ebb4f5904e0da01f0780063ea + uses: regclient/actions/regctl-installer@78eb729dbdb4ef6480e85ff697b4410e22112583 with: release: 'v0.7.2' - name: Publish prod image