Skip to content

Commit a8691e2

Browse files
chore(deps): update docker/login-action digest to c94ce9f (#122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f2f0b8 commit a8691e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
5151

5252
- name: Log in to Docker Hub
53-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
53+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
5454
with:
5555
username: ${{ secrets.DOCKER_USER }}
5656
password: ${{ secrets.DOCKER_PASS }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
9393

9494
- name: Log in to Docker Hub
95-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
95+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
9696
with:
9797
username: ${{ secrets.DOCKER_USER }}
9898
password: ${{ secrets.DOCKER_PASS }}

0 commit comments

Comments
 (0)