Skip to content

Commit edfbb5f

Browse files
Update docker/login-action action to v4 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f013d3 commit edfbb5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Log in to GitHub Docker Registry
5959
if: github.ref_type == 'tag'
60-
uses: docker/login-action@v3
60+
uses: docker/login-action@v4
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}
@@ -118,7 +118,7 @@ jobs:
118118
type=raw,value=noble
119119
120120
- name: Log in to GitHub Docker Registry
121-
uses: docker/login-action@v3
121+
uses: docker/login-action@v4
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.actor }}

0 commit comments

Comments
 (0)