Skip to content

Commit 6fc0694

Browse files
build(deps): bump google-github-actions/auth from 1 to 2
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 2. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f185d6f commit 6fc0694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "image_url=${IMAGE_REPOSITORY}:${IMAGE_TAG}" >> $GITHUB_OUTPUT
3838
echo "build_date=$(date +%FT%T%z)" >> $GITHUB_OUTPUT
3939
- uses: docker/setup-buildx-action@v3
40-
- uses: google-github-actions/auth@v1
40+
- uses: google-github-actions/auth@v2
4141
with:
4242
credentials_json: "${{ secrets.GCR_CREDENTIALS }}"
4343
- uses: google-github-actions/setup-gcloud@v1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "build_date=$(date +%FT%T%z)" >> $GITHUB_OUTPUT
4242
echo "image_repository=${IMAGE_REPOSITORY}" >> $GITHUB_OUTPUT
4343
- uses: docker/setup-buildx-action@v3
44-
- uses: google-github-actions/auth@v1
44+
- uses: google-github-actions/auth@v2
4545
with:
4646
credentials_json: "${{ secrets.GCR_CREDENTIALS }}"
4747
- uses: google-github-actions/setup-gcloud@v1

0 commit comments

Comments
 (0)