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:
Matt Seymour 2023-10-04 08:02:29 +01:00 committed by GitHub
parent 87b651ab4a
commit e607103ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'