Skip to content

Commit 3fd15d1

Browse files
build(deps): bump docker/login-action in the github-actions group (#1392)
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@abd2ef4...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.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 00d013d commit 3fd15d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
4141

42-
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
42+
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.actor }}
@@ -105,7 +105,7 @@ jobs:
105105

106106
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
107107

108-
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
108+
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
109109
with:
110110
registry: ghcr.io
111111
username: ${{ github.actor }}

0 commit comments

Comments
 (0)