Skip to content

Commit c5876c4

Browse files
chore(ci)(deps): bump docker/login-action from 3.7.0 to 4.5.1 (#18)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.5.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...abd2ef4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 118742c commit c5876c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
3838

3939
- name: Log in to GHCR
40-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
40+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
4141
with:
4242
registry: ${{ env.REGISTRY }}
4343
username: ${{ github.actor }}

0 commit comments

Comments
 (0)