Skip to content

Commit 5ff6307

Browse files
Bump docker/login-action from 3 to 4 (#1593)
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 d5d055a commit 5ff6307

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v4
3030

3131
- name: Login to Github Container Registry
32-
uses: docker/login-action@v3
32+
uses: docker/login-action@v4
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.repository_owner }}

.github/workflows/static-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: docker/setup-buildx-action@v4
2121

2222
- name: Login to Github Container Registry
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)