Skip to content

Commit 0555270

Browse files
Merge pull request #44 from XposedOrNot/dependabot/github_actions/docker/login-action-3.6.0
build(deps): Bump docker/login-action from 3.3.0 to 3.6.0
2 parents 43a2aa6 + 97a92f0 commit 0555270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
2828

2929
- name: Log in to GitHub Container Registry
30-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
30+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3131
with:
3232
registry: ${{ env.REGISTRY }}
3333
username: ${{ github.actor }}

0 commit comments

Comments
 (0)