Skip to content

Commit 2ee4db2

Browse files
chore(deps): update docker/login-action action to v4 (#229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7b0984 commit 2ee4db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
type=ref,event=pr
4545
type=semver,pattern={{version}}
4646
- name: Login to registry
47-
uses: docker/login-action@v3
47+
uses: docker/login-action@v4
4848
with:
4949
registry: ghcr.io
5050
username: ${{ github.actor }}

0 commit comments

Comments
 (0)