Skip to content

Commit 40778eb

Browse files
Merge pull request #1 from tomasbasham/dependabot/github_actions/docker/login-action-4
ci(deps): bump docker/login-action from 3 to 4
2 parents 0376df2 + 7512693 commit 40778eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Login to GHCR
3434
if: inputs.container-registry != ''
35-
uses: docker/login-action@v3
35+
uses: docker/login-action@v4
3636
with:
3737
registry: ${{ inputs.container-registry }}
3838
username: ${{ inputs.container-username }}

0 commit comments

Comments
 (0)