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:
parent
ef5d53e30b
commit
dcb0567d1a
@ -398,7 +398,7 @@ jobs:
|
|||||||
|
|
||||||
# Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`.
|
# Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`.
|
||||||
- name: 'Set up Cloud SDK'
|
- 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.
|
# Now you can run gcloud commands authenticated as the impersonated service account.
|
||||||
- id: 'gcloud'
|
- id: 'gcloud'
|
||||||
|
@ -47,7 +47,7 @@ const oidcWarning =
|
|||||||
async function run(): Promise<void> {
|
async function run(): Promise<void> {
|
||||||
// Warn if pinned to HEAD
|
// Warn if pinned to HEAD
|
||||||
if (isPinnedToHead()) {
|
if (isPinnedToHead()) {
|
||||||
logWarning(pinnedToHeadWarning('v0'));
|
logWarning(pinnedToHeadWarning('v1'));
|
||||||
}
|
}
|
||||||
|
|
||||||
const retries = Number(getInput('retries'));
|
const retries = Number(getInput('retries'));
|
||||||
|
Loading…
Reference in New Issue
Block a user