Skip to content

Commit 6400700

Browse files
authored
Merge pull request #550 from librenms/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents 5afd6ef + 4b076cd commit 6400700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
-
3131
name: Login to DockerHub
3232
if: github.event_name != 'pull_request'
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@v4
3434
with:
3535
username: ${{ secrets.DOCKER_USERNAME }}
3636
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)