fix: update doc versions (#240)

<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->
This commit is contained in:
Mike Verbanic 2022-11-09 09:11:19 -05:00 committed by GitHub
parent ef5d53e30b
commit dcb0567d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -398,7 +398,7 @@ jobs:
# Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`.
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v0'
uses: 'google-github-actions/setup-gcloud@v1'
# Now you can run gcloud commands authenticated as the impersonated service account.
- id: 'gcloud'

View File

@ -47,7 +47,7 @@ const oidcWarning =
async function run(): Promise<void> {
// Warn if pinned to HEAD
if (isPinnedToHead()) {
logWarning(pinnedToHeadWarning('v0'));
logWarning(pinnedToHeadWarning('v1'));
}
const retries = Number(getInput('retries'));