Skip to content

Commit ac23597

Browse files
renovate[bot]tolzhabayev
authored andcommitted
Update docker/login-action action to v3.5.0 (#2041)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timur Olzhabayev <[email protected]>
1 parent d11c52c commit ac23597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
working-directory: ./${{ matrix.workingDir }}
276276

277277
- name: Log in to Docker Hub
278-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
278+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
279279
with:
280280
username: ${{ env.DOCKERHUB_USERNAME }}
281281
password: ${{ env.DOCKERHUB_PASSWORD }}

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
export_env: false
7373

7474
- name: Log in to Docker Hub
75-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
75+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
7676
with:
7777
username: ${{ fromJSON(steps.get-secrets.outputs.secrets).DOCKERHUB_USERNAME }}
7878
password: ${{ fromJSON(steps.get-secrets.outputs.secrets).DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)