mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-05 21:17:05 +00:00
Update README.md (#332)
Update code sample to use latest github action/checkout@v4. Signed-off-by: Matt Seymour <mattaseymour@gmail.com>
This commit is contained in:
parent
87b651ab4a
commit
e607103ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
# actions/checkout MUST come before auth
|
||||
- uses: 'actions/checkout@v3'
|
||||
- uses: 'actions/checkout@v4'
|
||||
|
||||
- id: 'auth'
|
||||
name: 'Authenticate to Google Cloud'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue