Skip to content

Commit 6fcb327

Browse files
Merge pull request #3943 from grafana/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3.6.0
2 parents 191acd5 + ff0081c commit 6fcb327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CR_SKIP_EXISTING: "true"
5050

5151
- name: Login to GHCR
52-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
52+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}

.github/workflows/update-helm-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
"${CR_TOOL_PATH}/cr" index --config "${CR_CONFIGFILE}" --token "${{ env.AUTHTOKEN }}" --index-path "${CR_INDEX_PATH}" --package-path "${CR_PACKAGE_PATH}" --push
264264
265265
- name: Login to GHCR
266-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
266+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
267267
with:
268268
registry: ghcr.io
269269
username: ${{ github.actor }}

0 commit comments

Comments
 (0)