Skip to content

Commit 31c0820

Browse files
authored
Merge pull request voxpupuli#113 from voxpupuli/dependabot/github_actions/docker/login-action-4.0.0
chore(deps): bump docker/login-action from 3.7.0 to 4.0.0
2 parents 3d10c91 + fd299bf commit 31c0820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
2323
with:
2424
go-version: '1.24'
25-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
25+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)