Skip to content

Commit 39ff42c

Browse files
build(deps): bump docker/login-action from 2 to 3 (#3229)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 232cf32 commit 39ff42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: startsWith(github.ref, 'refs/tags')
4646

4747
- name: Docker Login
48-
uses: docker/login-action@v2
48+
uses: docker/login-action@v3
4949
if: startsWith(github.ref, 'refs/tags')
5050
with:
5151
registry: quay.io

0 commit comments

Comments
 (0)