Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 315e5e5

Browse files
authored
Merge pull request #42 from bytes-zone/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents 23b99c6 + f3a82aa commit 315e5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131
- name: Log in to GitHub Container Registry
32-
uses: docker/login-action@v2
32+
uses: docker/login-action@v3
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)