Skip to content

Commit 5c44687

Browse files
Merge pull request #890 from nextcloud/dependabot/github_actions/dot-github/workflows/docker/login-action-3.7.0
build(deps): bump docker/login-action from 3.6.0 to 3.7.0 in /.github/workflows
2 parents ceee14e + e2803cb commit 5c44687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242

4343
- name: Log in to GitHub Docker Registry
44-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
44+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4545
with:
4646
registry: docker.pkg.github.com
4747
username: ${{ github.actor }}
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
6060

6161
- name: Log in to GitHub Container Registry
62-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
62+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6363
with:
6464
registry: ghcr.io
6565
username: ${{ github.actor }}

0 commit comments

Comments
 (0)