Skip to content

Commit e607103

Browse files
authored
Update README.md (#332)
Update code sample to use latest github action/checkout@v4. Signed-off-by: Matt Seymour <mattaseymour@gmail.com>
1 parent 87b651a commit e607103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
steps:
7171
# actions/checkout MUST come before auth
72-
- uses: 'actions/checkout@v3'
72+
- uses: 'actions/checkout@v4'
7373
7474
- id: 'auth'
7575
name: 'Authenticate to Google Cloud'

0 commit comments

Comments
 (0)