Skip to content

Commit aaf9895

Browse files
chore(deps)(deps): bump docker/login-action in the github-actions group
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a59433 commit aaf9895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rhiza_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
343343
- name: Login to Container Registry
344344
if: steps.check_publish.outputs.should_publish == 'true'
345-
uses: docker/login-action@v4.0.0
345+
uses: docker/login-action@v4.1.0
346346
with:
347347
registry: ${{ steps.registry.outputs.registry }}
348348
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)