Skip to content

Commit 8b502bb

Browse files
committed
Merge remote-tracking branches 'origin/dependabot/github_actions/actions/checkout-6' and 'origin/dependabot/github_actions/docker/login-action-3.6.0'
2 parents d6507e0 + c6447e9 commit 8b502bb

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Docker Login
2323
# You may pin to the exact commit or the version.
2424
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
25-
uses: docker/login-action@v3.5.0
25+
uses: docker/login-action@v3.6.0
2626
with:
2727
username: ${{ secrets.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)