Skip to content

Commit 9a72ff0

Browse files
authored
Merge pull request #633 from com-pas/dependabot/github_actions/docker/login-action-4.1.0
chore(deps): Bump docker/login-action from 4.0.0 to 4.1.0
2 parents 7c43c6c + f1065a4 commit 9a72ff0

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

0 commit comments

Comments
 (0)