Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update code sample to use latest github action/checkout@v4

Signed-off-by: Matt Seymour <mattaseymour@gmail.com>
  • Loading branch information
mattseymour committed Oct 3, 2023
1 parent 87b651a commit c18f94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c18f94d

Please sign in to comment.