Skip to content

Commit eec1e67

Browse files
chore(deps): update docker/login-action action to v3
1 parent 5a7020b commit eec1e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-php7.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Docker Buildx
1717
uses: docker/setup-buildx-action@v1
1818
- name: Login to DockerHub
19-
uses: docker/login-action@v1
19+
uses: docker/login-action@v3
2020
with:
2121
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2222
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)