Skip to content

Commit acce958

Browse files
authored
Merge pull request #70 from grafana/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3.7.0
2 parents 4e8bb66 + e4e37e4 commit acce958

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-doc-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
type=raw,value=${{ steps.get-version.outputs.version }}
3838
3939
- name: Login to GitHub Container Registry
40-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
40+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}

.github/workflows/build-schema-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
type=raw,value=${{ steps.get-version.outputs.version }}
3838
3939
- name: Login to GitHub Container Registry
40-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
40+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}

0 commit comments

Comments
 (0)