Skip to content

Commit a014b53

Browse files
chore(deps): update docker/login-action action to v3
1 parent bcd4cda commit a014b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
2626
- run: echo "MAJOR=${MINOR%.*}" >> $GITHUB_ENV
2727
- name: Login to DockerHub
28-
uses: docker/login-action@v2
28+
uses: docker/login-action@v3
2929
with:
3030
username: ${{ secrets.DOCKER_USERNAME }}
3131
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)