Skip to content

Commit 9bd1878

Browse files
authored
build(deps): bump docker/login-action from 4.1.0 to 4.2.0 (#137)
2 parents be7031b + f6fbbd4 commit 9bd1878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# avoids an avoidable failure on those events.
5252
- name: Log in to GHCR
5353
if: github.event_name != 'pull_request'
54-
uses: docker/login-action@v4.1.0
54+
uses: docker/login-action@v4.2.0
5555
with:
5656
registry: ${{ env.REGISTRY }}
5757
username: ${{ github.actor }}

0 commit comments

Comments
 (0)