Merge pull request #6091 from super-productivity/dependabot/github_actions/docker/login-action-3.6.0

chore(deps)(deps): bump docker/login-action from 2.2.0 to 3.6.0
This commit is contained in:
Johannes Millan 2026-01-21 15:26:03 +01:00 committed by GitHub
commit c74cc61866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ jobs:
ssh://git@github.com/
- name: Log in to Docker Hub
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}