Skip to content

Commit 0d2f6c5

Browse files
authored
Merge pull request #258 from nanotaboada/dependabot/github_actions/docker/login-action-3.7.0
chore(deps): bump docker/login-action from 3.6.0 to 3.7.0
2 parents 14076f8 + fab57ac commit 0d2f6c5

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
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v6.0.2
8383

8484
- name: Log in to GitHub Container Registry
85-
uses: docker/login-action@v3.6.0
85+
uses: docker/login-action@v3.7.0
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.actor }}

0 commit comments

Comments
 (0)