Skip to content

Commit 999b79d

Browse files
Bump docker/login-action from 3 to 4
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>
1 parent 8fa0bd4 commit 999b79d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
node-version-file: .nvmrc
4444

4545
- name: Log in to GHCR
46-
uses: docker/login-action@v3
46+
uses: docker/login-action@v4
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.actor }}

.github/workflows/release.yml

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

8080
- name: Log in to GHCR
81-
uses: docker/login-action@v3
81+
uses: docker/login-action@v4
8282
with:
8383
registry: ghcr.io
8484
username: ${{ github.actor }}
@@ -165,7 +165,7 @@ jobs:
165165
shell: bash
166166

167167
- name: Log in to GHCR
168-
uses: docker/login-action@v3
168+
uses: docker/login-action@v4
169169
with:
170170
registry: ghcr.io
171171
username: ${{ github.actor }}

0 commit comments

Comments
 (0)