Skip to content

Commit ab0ce9c

Browse files
authored
Merge pull request #130 from essentialkaos/dependabot/github_actions/develop/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents db3ba60 + 18694ae commit ab0ce9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v6
5858

5959
- name: Login to GitHub Container Registry
60-
uses: docker/login-action@v3
60+
uses: docker/login-action@v4
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}

0 commit comments

Comments
 (0)