Skip to content

Commit 653794b

Browse files
Bump docker/login-action from 3 to 4 (#94)
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 04ab380 commit 653794b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/push_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Docker login
13-
uses: docker/login-action@v3
13+
uses: docker/login-action@v4
1414
with:
1515
username: ${{ secrets.MICHELIN_DOCKER_HUB_USERNAME }}
1616
password: ${{ secrets.MICHELIN_DOCKER_HUB_PASSWD }}
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- name: Docker login
6666
if: matrix.os == 'ubuntu-latest'
67-
uses: docker/login-action@v3
67+
uses: docker/login-action@v4
6868
with:
6969
username: ${{ secrets.MICHELIN_DOCKER_HUB_USERNAME }}
7070
password: ${{ secrets.MICHELIN_DOCKER_HUB_PASSWD }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Docker login
14-
uses: docker/login-action@v3
14+
uses: docker/login-action@v4
1515
with:
1616
username: ${{ secrets.MICHELIN_DOCKER_HUB_USERNAME }}
1717
password: ${{ secrets.MICHELIN_DOCKER_HUB_PASSWD }}
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- name: Docker login
9191
if: matrix.os == 'ubuntu-latest'
92-
uses: docker/login-action@v3
92+
uses: docker/login-action@v4
9393
with:
9494
username: ${{ secrets.MICHELIN_DOCKER_HUB_USERNAME }}
9595
password: ${{ secrets.MICHELIN_DOCKER_HUB_PASSWD }}

0 commit comments

Comments
 (0)