Skip to content

Commit bad27a1

Browse files
chore(deps): update docker/login-action action to v3.7.0
1 parent f7b25ce commit bad27a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- name: Log into GHCR
105105
if: github.event_name != 'pull_request'
106-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
106+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
107107
with:
108108
registry: ghcr.io
109109
username: ${{ github.actor }}

0 commit comments

Comments
 (0)