Skip to content

Commit fd74107

Browse files
chore(ci): bump docker/login-action from 4.5.1 to 4.5.2 (#389)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@abd2ef4...371161b) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 852a1af commit fd74107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
5252
5353
- name: Login to docker.io Container Registry
54-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
54+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
5555
with:
5656
registry: docker.io
5757
username: ${{ secrets.DOCKER_IO_USERNAME }}

0 commit comments

Comments
 (0)