Skip to content

Commit 87bfd81

Browse files
chore: update docker/login-action action to v4
1 parent c8632b1 commit 87bfd81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: Login to GitHub Container Registry
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}

0 commit comments

Comments
 (0)