Skip to content

Commit a34df21

Browse files
authored
Merge pull request #86 from felipebz/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents cdc6823 + 899953e commit a34df21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/setup-buildx-action@v3
4141

4242
- name: Login to Docker Hub
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
username: ${{ secrets.DOCKERHUB_USERNAME }}
4646
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -78,7 +78,7 @@ jobs:
7878
repository: utPLSQL/utPLSQL
7979

8080
- name: Login to Docker Hub
81-
uses: docker/login-action@v3
81+
uses: docker/login-action@v4
8282
with:
8383
username: ${{ secrets.DOCKERHUB_USERNAME }}
8484
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)