Skip to content

Commit 498b219

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
- name: Log into registry ${{ env.REGISTRY }}
3636
if: github.event_name != 'pull_request'
37-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
37+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}

0 commit comments

Comments
 (0)