Skip to content

Commit 11c9da5

Browse files
build(deps): 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 87d8ba9 commit 11c9da5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535

3636
- name: Log in to GHCR
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@v4
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

.github/workflows/release-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: docker/setup-buildx-action@v3
8282

8383
- name: Log in to GHCR
84-
uses: docker/login-action@v3
84+
uses: docker/login-action@v4
8585
with:
8686
registry: ghcr.io
8787
username: ${{ github.actor }}

0 commit comments

Comments
 (0)