Skip to content

Commit 6ef8de2

Browse files
Bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e27cc63 commit 6ef8de2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/goreleaser-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
version: ${{ env.protoc-version }}
4242

4343
- name: Log in to the Container registry
44-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
44+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4545
with:
4646
registry: ${{ env.REGISTRY }}
4747
username: ${{ secrets.DOCKER_USERNAME }}

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
/tmp/quill help
119119
120120
- name: Log in to the Container registry
121-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
121+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
122122
with:
123123
registry: ${{ env.REGISTRY }}
124124
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)