Skip to content

Commit 0b1ef32

Browse files
dependabot[bot]kaiehrhardt
authored andcommitted
build(deps): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05a3b0a commit 0b1ef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
uses: docker/setup-buildx-action@v2
4545

4646
- name: Log into registry ${{ inputs.registry }}
47-
uses: docker/login-action@v2
47+
uses: docker/login-action@v3
4848
with:
4949
registry: ${{ inputs.registry }}
5050
username: ${{ inputs.user }}

0 commit comments

Comments
 (0)