Skip to content

Commit c923b95

Browse files
authored
Merge pull request #65 from containeroo/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents a010958 + d48fb55 commit c923b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-go-
3434
- name: Log in to GitHub Container registry
35-
uses: docker/login-action@v3
35+
uses: docker/login-action@v4
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}

0 commit comments

Comments
 (0)