Skip to content

Commit 2e52944

Browse files
authored
Merge pull request #571 from com-pas/dependabot/github_actions/docker/login-action-4.1.0
build(deps): Bump docker/login-action from 4.0.0 to 4.1.0
2 parents dd1193c + 622347a commit 2e52944

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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4646
- name: Login to Docker Hub
4747
if: ${{ steps.release.outputs.release_created }}
48-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
48+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4949
with:
5050
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5151
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)