Skip to content

Commit cbca477

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 4e9ba0e commit cbca477

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/i18n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
coverage: pcov
4040

4141
- name: Login to Docker HUB
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
username: ${{ secrets.DOCKER_USER }}
4545
password: ${{ secrets.CONTAINER_ACCESS_TOKEN }}

.github/workflows/new-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
coverage: pcov
4040

4141
- name: Login to Docker HUB
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
username: ${{ secrets.DOCKER_USER }}
4545
password: ${{ secrets.CONTAINER_ACCESS_TOKEN }}

.github/workflows/pushed-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
coverage: pcov
4242

4343
- name: Login to Docker HUB
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@v4
4545
with:
4646
username: ${{ secrets.DOCKER_USER }}
4747
password: ${{ secrets.CONTAINER_ACCESS_TOKEN }}

.github/workflows/release-plugin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
coverage: pcov
5151

5252
- name: Login to Docker HUB
53-
uses: docker/login-action@v3
53+
uses: docker/login-action@v4
5454
with:
5555
username: ${{ secrets.DOCKER_USER }}
5656
password: ${{ secrets.CONTAINER_ACCESS_TOKEN }}
@@ -126,7 +126,7 @@ jobs:
126126
coverage: pcov
127127

128128
- name: Login to Docker HUB
129-
uses: docker/login-action@v3
129+
uses: docker/login-action@v4
130130
with:
131131
username: ${{ secrets.DOCKER_USER }}
132132
password: ${{ secrets.CONTAINER_ACCESS_TOKEN }}
@@ -201,7 +201,7 @@ jobs:
201201
run: ssh-keyscan -H -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
202202

203203
- name: Login to Docker HUB
204-
uses: docker/login-action@v3
204+
uses: docker/login-action@v4
205205
with:
206206
username: ${{ secrets.DOCKER_USER }}
207207
password: ${{ secrets.CONTAINER_ACCESS_TOKEN }}

.github/workflows/test-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
coverage: pcov
5353

5454
- name: Login to Docker HUB
55-
uses: docker/login-action@v3
55+
uses: docker/login-action@v4
5656
with:
5757
username: ${{ secrets.DOCKER_USER }}
5858
password: ${{ secrets.CONTAINER_ACCESS_TOKEN }}
@@ -131,7 +131,7 @@ jobs:
131131
coverage: pcov
132132

133133
- name: Login to Docker HUB
134-
uses: docker/login-action@v3
134+
uses: docker/login-action@v4
135135
with:
136136
username: ${{ secrets.DOCKER_USER }}
137137
password: ${{ secrets.CONTAINER_ACCESS_TOKEN }}
@@ -207,7 +207,7 @@ jobs:
207207
run: ssh-keyscan -H -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
208208

209209
- name: Login to Docker HUB
210-
uses: docker/login-action@v3
210+
uses: docker/login-action@v4
211211
with:
212212
username: ${{ secrets.DOCKER_USER }}
213213
password: ${{ secrets.CONTAINER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)