Skip to content

Commit f3935ef

Browse files
Bump docker/login-action from 1.8.0 to 3.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.8.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.8.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b27855 commit f3935ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Docker Login
3939
# You may pin to the exact commit or the version.
4040
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
41-
uses: docker/login-action@v1.8.0
41+
uses: docker/login-action@v3.3.0
4242
with:
4343
username: ${{ secrets.DOCKER_USERNAME }}
4444
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)