Skip to content

Commit 67f555e

Browse files
authored
Merge pull request #2533 from drwetter/dependabot/github_actions/docker/login-action-3.3.0
Bump docker/login-action from 3.2.0 to 3.3.0
2 parents 0428039 + 02d5a11 commit 67f555e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-3.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: GitHub login
4343
if: ${{ github.event_name != 'pull_request' }}
44-
uses: docker/login-action@v3.2.0
44+
uses: docker/login-action@v3.3.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}

0 commit comments

Comments
 (0)