Skip to content

Commit 4e426f2

Browse files
chore(deps)(deps): bump docker/login-action from 4.0.0 to 4.1.0 in the github-actions group (#638)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Schmelzer <thomas.schmelzer@gmail.com>
1 parent 930b799 commit 4e426f2

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)