Skip to content

Commit 0175a0f

Browse files
Update docker/login-action action to v4.4.0 (#799)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f6455a commit 0175a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

248248
steps:
249249
- name: Log in to the Container registry
250-
uses: docker/login-action@v4.3.0
250+
uses: docker/login-action@v4.4.0
251251
with:
252252
password: ${{secrets.GITHUB_TOKEN}}
253253
registry: ${{env.REGISTRY}}

0 commit comments

Comments
 (0)