Skip to content

Commit ba094b6

Browse files
chore(deps): update docker/login-action action to v4
1 parent 04f0267 commit ba094b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
fi
296296
297297
- name: Login to Docker Hub
298-
uses: docker/login-action@v3
298+
uses: docker/login-action@v4
299299
if: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
300300
with:
301301
username: aminya
@@ -503,7 +503,7 @@ jobs:
503503
uses: docker/setup-buildx-action@v3
504504

505505
- name: Login to Docker Hub
506-
uses: docker/login-action@v3
506+
uses: docker/login-action@v4
507507
with:
508508
username: aminya
509509
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)