Skip to content

Commit 30aef84

Browse files
dependabot[bot]heskew
authored andcommitted
build(deps): bump docker/login-action from 3.7.0 to 4.4.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...af1e73f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8e2d52 commit 30aef84

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
@@ -215,7 +215,7 @@ jobs:
215215
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
216216

217217
- name: Login to GHCR
218-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
218+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
219219
with:
220220
registry: ${{ env.REGISTRY }}
221221
username: ${{ github.actor }}

0 commit comments

Comments
 (0)