Skip to content

Commit 4c6f4b2

Browse files
authored
Merge pull request #38 from bk86a/chore/bump-docker-login-action-v4
chore(ci): bump docker/login-action from v3 to v4
2 parents 0cbad0a + 0d71ffd commit 4c6f4b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- uses: actions/checkout@v6
76-
- uses: docker/login-action@v3
76+
- uses: docker/login-action@v4
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.actor }}

0 commit comments

Comments
 (0)