Skip to content

Commit 6a70664

Browse files
authored
Merge pull request #1699 from cloudflare/dependabot/github_actions/docker/login-action-3.7.0
build(deps): bump docker/login-action from 3.6.0 to 3.7.0
2 parents 2bb0bc9 + 7d6ccaa commit 6a70664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
3737

3838
- name: Docker Login
39-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
39+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)