Skip to content

Commit 5f4cfb1

Browse files
authored
Merge pull request #522 from phparkitect/dependabot/github_actions/docker/login-action-3
ci(deps): bump docker/login-action from 1 to 3
2 parents 96fe6a5 + 1cd4d3e commit 5f4cfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
latest=false
176176
- name: Login to DockerHub
177177
if: github.event_name != 'pull_request'
178-
uses: docker/login-action@v1
178+
uses: docker/login-action@v3
179179
with:
180180
username: ${{ secrets.DOCKERHUB_USERNAME }}
181181
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)