Skip to content

Commit 59973d5

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/develop/docker/login-action-3' into develop
2 parents d44bb54 + eeeb14d commit 59973d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: develop
1919

2020
- name: Login to Docker Hub
21-
uses: docker/login-action@v2
21+
uses: docker/login-action@v3
2222
with:
2323
username: meisnate12
2424
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Login to Docker Hub
17-
uses: docker/login-action@v2
17+
uses: docker/login-action@v3
1818
with:
1919
username: meisnate12
2020
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Login to Docker Hub
21-
uses: docker/login-action@v2
21+
uses: docker/login-action@v3
2222
with:
2323
username: meisnate12
2424
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)