Skip to content

Commit 4c214b3

Browse files
author
Self-hosted Renovate Bot
committed
chore(deps): update docker/login-action action to v3
1 parent 66fec78 commit 4c214b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
endpoint: builders
5959
- name: Login to DockerHub
60-
uses: docker/login-action@v2
60+
uses: docker/login-action@v3
6161
with:
6262
username: ${{ secrets.DOCKERHUB_USERNAME }}
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)