Skip to content

Commit b50bde8

Browse files
authored
Merge pull request #22 from carapace-sh/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents 1a1e86a + 5150785 commit b50bde8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717

1818
- name: Login to GitHub Container Registry
19-
uses: docker/login-action@v3
19+
uses: docker/login-action@v4
2020
with:
2121
registry: ghcr.io
2222
username: ${{ github.actor }}

0 commit comments

Comments
 (0)