Skip to content

Commit 9985943

Browse files
chore(deps): update docker/login-action action to v4
1 parent ff5e3ff commit 9985943

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
runs-on: ubuntu-latest
153153
steps:
154154
- name: Login to Docker Hub
155-
uses: docker/login-action@v3
155+
uses: docker/login-action@v4
156156
with:
157157
username: ${{ secrets.DOCKER_USERNAME }}
158158
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/release-visualization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
runs-on: ubuntu-latest
173173
steps:
174174
- name: Login to Docker Hub
175-
uses: docker/login-action@v3
175+
uses: docker/login-action@v4
176176
with:
177177
username: ${{ secrets.DOCKER_USERNAME }}
178178
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/staging-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
# Docker build and push with staging tags
4343
- name: Login to Docker Hub
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@v4
4545
with:
4646
username: ${{ secrets.DOCKER_USERNAME }}
4747
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/staging-visualization.yml

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

4343
# Docker build and push with staging tags
4444
- name: Login to Docker Hub
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
username: ${{ secrets.DOCKER_USERNAME }}
4848
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)