Skip to content

Commit b8f31c2

Browse files
authored
Merge pull request #1744 from fatfreecrm/dependabot/github_actions/docker/login-action-4.5.2
Bump docker/login-action from 4 to 4.5.2
2 parents a92d7d2 + 01582ce commit b8f31c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v7
2121

2222
- name: Log in to the Container registry
23-
uses: docker/login-action@v4
23+
uses: docker/login-action@v4.5.2
2424
with:
2525
registry: ${{ env.REGISTRY }}
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)