Skip to content

Commit a6e076c

Browse files
Update docker/login-action action to v4.1.0 (#745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0834c5e commit a6e076c

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
@@ -246,7 +246,7 @@ jobs:
246246

247247
steps:
248248
- name: Log in to the Container registry
249-
uses: docker/login-action@v4.0.0
249+
uses: docker/login-action@v4.1.0
250250
with:
251251
password: ${{secrets.GITHUB_TOKEN}}
252252
registry: ${{env.REGISTRY}}

0 commit comments

Comments
 (0)