Skip to content

Commit 292fad8

Browse files
chore(deps): bump docker/login-action from 3 to 4 (#1200)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- 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 035a5a1 commit 292fad8

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@v6
3939

4040
- name: Log in to GitHub Container Registry
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
registry: ${{ env.REGISTRY }}
4444
username: ${{ github.actor }}
@@ -92,7 +92,7 @@ jobs:
9292
timeout-minutes: 10
9393
steps:
9494
- name: Log in to GitHub Container Registry
95-
uses: docker/login-action@v3
95+
uses: docker/login-action@v4
9696
with:
9797
registry: ${{ env.REGISTRY }}
9898
username: ${{ github.actor }}

0 commit comments

Comments
 (0)