Skip to content

Commit aab11e9

Browse files
Update docker/login-action action to v4.1.0
1 parent 0834c5e commit aab11e9

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
@@ -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)