Skip to content

Commit 2ce7ae0

Browse files
chore(deps): update docker/login-action action to v3
1 parent 2b0fd69 commit 2ce7ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Login to GitHub Container Registry
17-
uses: docker/login-action@v2
17+
uses: docker/login-action@v3
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}

0 commit comments

Comments
 (0)