Skip to content

Commit 584f7db

Browse files
chore(deps): bump docker/login-action from 4.5.2 to 4.6.0 (#2573)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@371161b...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06c2db7 commit 584f7db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939

4040
- name: Log in to GitHub Container Registry
41-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
41+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4242
with:
4343
registry: ${{ env.REGISTRY }}
4444
username: ${{ github.actor }}
@@ -91,7 +91,7 @@ jobs:
9191
timeout-minutes: 10
9292
steps:
9393
- name: Log in to GitHub Container Registry
94-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
94+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
9595
with:
9696
registry: ${{ env.REGISTRY }}
9797
username: ${{ github.actor }}

0 commit comments

Comments
 (0)