Skip to content

Commit 7bb28e3

Browse files
ci(deps): bump docker/login-action from 3 to 4 (#369)
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 f6e37db commit 7bb28e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@v3
3232

3333
- name: Log in to GHCR
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}
@@ -558,7 +558,7 @@ jobs:
558558
go-version-file: go.mod
559559

560560
- name: Log in to GHCR
561-
uses: docker/login-action@v3
561+
uses: docker/login-action@v4
562562
with:
563563
registry: ghcr.io
564564
username: ${{ github.actor }}

.github/workflows/migration_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fetch-depth: 0
6262

6363
- name: Log in to GHCR
64-
uses: docker/login-action@v3
64+
uses: docker/login-action@v4
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.actor }}
@@ -110,7 +110,7 @@ jobs:
110110
fetch-depth: 0
111111

112112
- name: Log in to GHCR
113-
uses: docker/login-action@v3
113+
uses: docker/login-action@v4
114114
with:
115115
registry: ghcr.io
116116
username: ${{ github.actor }}
@@ -161,7 +161,7 @@ jobs:
161161
cache: true
162162

163163
- name: Log in to GHCR
164-
uses: docker/login-action@v3
164+
uses: docker/login-action@v4
165165
with:
166166
registry: ghcr.io
167167
username: ${{ github.actor }}
@@ -203,7 +203,7 @@ jobs:
203203
cache: true
204204

205205
- name: Log in to GHCR
206-
uses: docker/login-action@v3
206+
uses: docker/login-action@v4
207207
with:
208208
registry: ghcr.io
209209
username: ${{ github.actor }}

0 commit comments

Comments
 (0)