Skip to content

Commit e93739e

Browse files
chore(deps): update docker/login-action action to v3
1 parent 000e34a commit e93739e

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
@@ -28,7 +28,7 @@ jobs:
2828
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
2929
- run: echo "MAJOR=${MINOR%.*}" >> $GITHUB_ENV
3030
- name: Login to DockerHub
31-
uses: docker/login-action@v2
31+
uses: docker/login-action@v3
3232
with:
3333
username: ${{ secrets.DOCKER_USERNAME }}
3434
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)