Skip to content

Commit e916e9c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297

298298
steps:
299299
- name: Log in to the Container registry
300-
uses: docker/login-action@v3.7.0
300+
uses: docker/login-action@v4.0.0
301301
with:
302302
password: ${{secrets.GITHUB_TOKEN}}
303303
registry: ${{env.REGISTRY}}

0 commit comments

Comments
 (0)