Skip to content

Commit 7d4b50f

Browse files
authored
Merge pull request #551 from com-pas/dependabot/github_actions/docker/login-action-4.0.0
build(deps): Bump docker/login-action from 3.7.0 to 4.0.0
2 parents 30320ee + 870ad8f commit 7d4b50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
4646
- name: Login to Docker Hub
4747
if: ${{ steps.release.outputs.release_created }}
48-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
48+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4949
with:
5050
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5151
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)