Skip to content

Commit 49c95de

Browse files
chore(deps): update google-github-actions/auth action to v3 (#46)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/auth](https://redirect.github.com/google-github-actions/auth) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>google-github-actions/auth (google-github-actions/auth)</summary> ### [`v3`](https://redirect.github.com/google-github-actions/auth/releases/tag/v3) [Compare Source](https://redirect.github.com/google-github-actions/auth/compare/v2...v3) Floating v3 tag </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 40111be commit 49c95de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Sign in to Google Cloud
28-
uses: google-github-actions/auth@v2
28+
uses: google-github-actions/auth@v3
2929
if: env.RELEASE_VERSION != ''
3030
with:
3131
credentials_json: ${{ secrets.GOOGLE_BUCKET_CREDS_JSON }}

0 commit comments

Comments
 (0)