Skip to content

Commit b9e0990

Browse files
Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v4.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8cb398 commit b9e0990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-test-ubuntu-git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Use `docker/login-action` to log in to GHCR.io.
3232
# Once published, the packages are scoped to the account defined here.
3333
- name: Log in to the ghcr.io container registry
34-
uses: docker/login-action@v3.3.0
34+
uses: docker/login-action@v4.2.0
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)