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

Commit 9405729

Browse files
chore(deps): update docker/login-action action to v3 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c2db9c commit 9405729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v4
5151
- name: Login GHCR
52-
uses: docker/login-action@v2
52+
uses: docker/login-action@v3
5353
with:
5454
username: ${{ github.repository_owner }}
5555
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)