Skip to content

Commit 91998bc

Browse files
authored
Merge pull request #510 from nanotaboada/dependabot/github_actions/docker/login-action-4.0.0
chore(deps): bump docker/login-action from 3.7.0 to 4.0.0
2 parents 20d896a + 06e91f8 commit 91998bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
echo "⚽ Term name: $TERM"
102102
103103
- name: Log in to GitHub Container Registry
104-
uses: docker/login-action@v3.7.0
104+
uses: docker/login-action@v4.0.0
105105
with:
106106
registry: ${{ env.REGISTRY }}
107107
username: ${{ github.actor }}

0 commit comments

Comments
 (0)