Skip to content

Commit 36a7897

Browse files
authored
Merge pull request #269 from com-pas/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 2 to 3
2 parents b7ffb36 + 0cd299e commit 36a7897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: buildx
3434
uses: docker/setup-buildx-action@v2
3535
- name: Login to Docker Hub
36-
uses: docker/login-action@v2
36+
uses: docker/login-action@v3
3737
with:
3838
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3939
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)