Skip to content

Commit 7896fd8

Browse files
deps(deps): bump docker/login-action in the github-actions group (#13)
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `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 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 4b417d4 commit 7896fd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: docker/setup-buildx-action@v3
6666

6767
- name: Log in to GitHub Container Registry
68-
uses: docker/login-action@v3
68+
uses: docker/login-action@v4
6969
with:
7070
registry: ${{ env.REGISTRY }}
7171
username: ${{ github.actor }}
@@ -129,7 +129,7 @@ jobs:
129129
uses: docker/setup-buildx-action@v3
130130

131131
- name: Log in to GitHub Container Registry
132-
uses: docker/login-action@v3
132+
uses: docker/login-action@v4
133133
with:
134134
registry: ${{ env.REGISTRY }}
135135
username: ${{ github.actor }}
@@ -185,7 +185,7 @@ jobs:
185185
uses: docker/setup-buildx-action@v3
186186

187187
- name: Log in to GitHub Container Registry
188-
uses: docker/login-action@v3
188+
uses: docker/login-action@v4
189189
with:
190190
registry: ${{ env.REGISTRY }}
191191
username: ${{ github.actor }}
@@ -243,7 +243,7 @@ jobs:
243243
uses: docker/setup-buildx-action@v3
244244

245245
- name: Log in to GitHub Container Registry
246-
uses: docker/login-action@v3
246+
uses: docker/login-action@v4
247247
with:
248248
registry: ${{ env.REGISTRY }}
249249
username: ${{ github.actor }}

0 commit comments

Comments
 (0)