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
@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
# actions/checkout MUST come before auth
|
# actions/checkout MUST come before auth
|
||||||
- uses: 'actions/checkout@v3'
|
- uses: 'actions/checkout@v4'
|
||||||
|
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
|
Loading…
Reference in New Issue
Block a user