Skip to content

Commit 383d030

Browse files
authored
Merge pull request #4 from KyberNetwork/dependabot/github_actions/google-github-actions/auth-2
build(deps): bump google-github-actions/auth from 1 to 2
2 parents 3e32f4b + 6fc0694 commit 383d030

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)