Skip to content

Commit 499d7a7

Browse files
chore(deps): update docker/login-action action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f26d68 commit 499d7a7

27 files changed

Lines changed: 54 additions & 54 deletions

.github/workflows/all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
docker run --rm docker-${{ matrix.dockerimage }}:test
7878
-
7979
name: Login to ghcr.io
80-
uses: docker/login-action@v3
80+
uses: docker/login-action@v4
8181
with:
8282
registry: ghcr.io
8383
username: ${{ github.actor }}
@@ -94,7 +94,7 @@ jobs:
9494
if: github.ref == 'refs/heads/master'
9595
-
9696
name: Login to DockerHub
97-
uses: docker/login-action@v3
97+
uses: docker/login-action@v4
9898
with:
9999
username: ${{ secrets.DOCKERHUB_USERNAME }}
100100
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/almalinux10-ansible-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm docker-${{ matrix.dockerimage }}:test
4747
-
4848
name: Login to ghcr.io
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
-
6565
name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/almalinux8-ansible-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm docker-${{ matrix.dockerimage }}:test
4747
-
4848
name: Login to ghcr.io
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
-
6565
name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/almalinux9-ansible-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm docker-${{ matrix.dockerimage }}:test
4747
-
4848
name: Login to ghcr.io
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
-
6565
name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/alpine-ansible-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm docker-${{ matrix.dockerimage }}:test
4747
-
4848
name: Login to ghcr.io
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
-
6565
name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/amazon2-ansible-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm docker-${{ matrix.dockerimage }}:test
4747
-
4848
name: Login to ghcr.io
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
-
6565
name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/amazon2023-ansible-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm docker-${{ matrix.dockerimage }}:test
4747
-
4848
name: Login to ghcr.io
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
-
6565
name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/arch-ansible-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm docker-${{ matrix.dockerimage }}:test
4747
-
4848
name: Login to ghcr.io
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
-
6565
name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/centosstream8-ansible-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm docker-${{ matrix.dockerimage }}:test
4747
-
4848
name: Login to ghcr.io
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
-
6565
name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/centosstream9-ansible-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm docker-${{ matrix.dockerimage }}:test
4747
-
4848
name: Login to ghcr.io
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
-
6565
name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)