Skip to content

Commit 6e00e59

Browse files
Bump docker/login-action from 3.7.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d731c4 commit 6e00e59

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cloud-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Docker Auth
6464
id: docker-auth
65-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
65+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
6666
with:
6767
username: 'oauth2accesstoken'
6868
password: '${{ steps.auth.outputs.access_token }}'

.github/workflows/compile-ai-docs-from-gcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
211211
- name: Login to GHCR
212212
if: github.ref == 'refs/heads/main'
213-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
213+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
214214
with:
215215
registry: ghcr.io
216216
username: ${{ github.actor }}

.github/workflows/compile-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
210210
- name: Login to GHCR
211211
if: github.ref == 'refs/heads/main'
212-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
212+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
213213
with:
214214
registry: ghcr.io
215215
username: ${{ github.actor }}

.github/workflows/compile-public-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
264264
- name: Login to GHCR
265265
if: github.ref == 'refs/heads/main'
266-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
266+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
267267
with:
268268
registry: ghcr.io
269269
username: ${{ github.actor }}

0 commit comments

Comments
 (0)