Skip to content

Commit 3441225

Browse files
authored
Merge pull request #754 from ELIXIR-NO/dependabot/github_actions/all-modules-d5ebea38e7
[GitHub Action]: Bump docker/login-action from 3 to 4 in the all-modules group
2 parents 7f24ae4 + 2de52b0 commit 3441225

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)