Skip to content

Commit fa48ffc

Browse files
chore(deps): update docker/login-action action to v4
1 parent cfcde41 commit fa48ffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Log in to GitHub Docker Registry
2424
if: github.event_name != 'pull_request'
25-
uses: docker/login-action@v3
25+
uses: docker/login-action@v4
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)