Skip to content

Commit d434ec2

Browse files
build(deps): bump docker/login-action in the github-actions group (#453)
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99cc8ce commit d434ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/setup-buildx-action@v3
2828

2929
- name: Log in to the Container registry
30-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
30+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3131
with:
3232
registry: ${{ secrets.DOCKERHUB_REGISTRY }}
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)