Skip to content

Commit

Permalink
fix: update doc versions (#240)
Browse files Browse the repository at this point in the history
<!--
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.
-->
  • Loading branch information
verbanicm committed Nov 9, 2022
1 parent ef5d53e commit dcb0567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit dcb0567

Please sign in to comment.