Skip to content

Commit 79514a2

Browse files
chore(deps): update docker/login-action action to v4
1 parent d18cca3 commit 79514a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v6
2121
- name: Log in to the Container registry
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}

0 commit comments

Comments
 (0)