Skip to content

Commit 2de52b0

Browse files
[GitHub Action]: Bump docker/login-action in the all-modules group
Bumps the all-modules 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: all-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f24ae4 commit 2de52b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Log in to the Github Container registry
7070
if: ${{ matrix.component == 'localega-tsd-proxy' || matrix.component == 'tsd-api-mock' || matrix.component == 'cega-mock' || matrix.component == 'mq-interceptor' }}
71-
uses: docker/login-action@v3
71+
uses: docker/login-action@v4
7272
with:
7373
registry: ghcr.io
7474
username: ${{ github.actor }}

.github/workflows/publish-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Log in to the Github Container registry
110110
if: ${{ matrix.component == 'localega-tsd-proxy' || matrix.component == 'tsd-api-mock' || matrix.component == 'cega-mock' || matrix.component == 'mq-interceptor' }}
111-
uses: docker/login-action@v3
111+
uses: docker/login-action@v4
112112
with:
113113
registry: ghcr.io
114114
username: ${{ github.actor }}

0 commit comments

Comments
 (0)