Skip to content

Commit b73b6c3

Browse files
authored
Merge pull request #89 from pinellolab/dependabot/github_actions/dev/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 6a3a422 + 1df33a6 commit b73b6c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
path: local
2626
- name: Log in to Docker Hub
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
username: ${{ secrets.DOCKERHUB_USER }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
path: local
7474
- name: Log in to Docker Hub
75-
uses: docker/login-action@v3
75+
uses: docker/login-action@v4
7676
with:
7777
username: ${{ secrets.DOCKERHUB_USER }}
7878
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
path: local
9898
- name: Log in to Docker Hub
99-
uses: docker/login-action@v3
99+
uses: docker/login-action@v4
100100
with:
101101
username: ${{ secrets.DOCKERHUB_USER }}
102102
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)