Skip to content

Commit 331ce4d

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

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@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
75+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.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@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
33+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
3434
with:
3535
registry: gcr.io
3636
username: _json_key

0 commit comments

Comments
 (0)