Skip to content

Commit ee2ba8a

Browse files
[Dependabot](deps): Bump docker/login-action from 3.6.0 to 3.7.0 (#18)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 331ce4d commit ee2ba8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rebuild-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
ref: ${{ needs.get-release-tag.outputs.release_tag }}
7373

7474
- name: Login to GCR
75-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
75+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # 3.7.0
7676
with:
7777
registry: gcr.io
7878
username: _json_key

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v5
3131

3232
- name: Login to GCR
33-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
33+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # 3.7.0
3434
with:
3535
registry: gcr.io
3636
username: _json_key

0 commit comments

Comments
 (0)