Skip to content

Commit 6f9a37c

Browse files
Merge pull request #228 from flatcar/dependabot/github_actions/docker/login-action-4.5.2
build(deps): bump docker/login-action from 4 to 4.5.2
2 parents ea91228 + 6700a69 commit 6f9a37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@v4
3636

3737
- name: Login to registry
38-
uses: docker/login-action@v4
38+
uses: docker/login-action@v4.5.2
3939
with:
4040
registry: ${{ env.REGISTRY }}
4141
username: ${{ github.actor }}

0 commit comments

Comments
 (0)