Skip to content

Commit 39073be

Browse files
GitHub Action: Bump docker/login-action from 3 to 4 (#535)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7339e82 commit 39073be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build-Containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout repository
4949
uses: actions/checkout@v6
5050
- name: Log in to the Container registry
51-
uses: docker/login-action@v3
51+
uses: docker/login-action@v4
5252
with:
5353
registry: ${{ env.REGISTRY }}
5454
username: ${{ github.actor }}

0 commit comments

Comments
 (0)