@@ -37,7 +37,7 @@ support](https://cloud.google.com/support).**
3737 configure a Google Cloud Workload Identity Provider. See [ setup] ( #setup )
3838 for instructions.
3939
40- - You must run the ` actions/checkout@v3 ` step _ before_ this action. Omitting
40+ - You must run the ` actions/checkout@v4 ` step _ before_ this action. Omitting
4141 the checkout step or putting it after ` auth ` will cause future steps to be
4242 unable to authenticate.
4343
@@ -50,9 +50,10 @@ support](https://cloud.google.com/support).**
5050 gha-creds-*.json
5151 ```
5252
53- - This action runs using Node 16. If you are using self-hosted GitHub Actions
54- runners, you must use runner version [2.285.0](https://github.com/actions/virtual-environments)
55- or newer.
53+ - This action runs using Node 20. If you are using self-hosted GitHub Actions
54+ runners, you must use a [runner
55+ version](https://github.com/actions/virtual-environments) that supports this
56+ version or newer.
5657
5758
5859## Usage
@@ -242,7 +243,7 @@ regardless of the authentication mechanism.
242243 jobs:
243244 job_id:
244245 steps:
245- - uses: 'actions/checkout@v3 ' # Must come first!
246+ - uses: 'actions/checkout@v4 ' # Must come first!
246247 - uses: 'google-github-actions/auth@v1'
247248 ```
248249
@@ -311,7 +312,7 @@ jobs:
311312 id-token: 'write'
312313
313314 steps:
314- - uses: 'actions/checkout@v3 '
315+ - uses: 'actions/checkout@v4 '
315316
316317 - id: 'auth'
317318 name: 'Authenticate to Google Cloud'
@@ -339,7 +340,7 @@ jobs:
339340 # ...
340341
341342 steps :
342- - uses : ' actions/checkout@v3 '
343+ - uses : ' actions/checkout@v4 '
343344
344345 - id : ' auth'
345346 name : ' Authenticate to Google Cloud'
@@ -365,7 +366,7 @@ examples:
365366jobs:
366367 job_id:
367368 steps:
368- - uses: 'actions/checkout@v3 '
369+ - uses: 'actions/checkout@v4 '
369370
370371 - id: 'auth'
371372 name: 'Authenticate to Google Cloud'
@@ -411,7 +412,7 @@ jobs:
411412 id-token: 'write'
412413
413414 steps:
414- - uses: 'actions/checkout@v3 '
415+ - uses: 'actions/checkout@v4 '
415416
416417 # Configure Workload Identity Federation via a credentials file.
417418 - id: 'auth'
@@ -455,7 +456,7 @@ jobs:
455456 id-token: 'write'
456457
457458 steps:
458- - uses: 'actions/checkout@v3 '
459+ - uses: 'actions/checkout@v4 '
459460
460461 # Configure Workload Identity Federation and generate an access token.
461462 - id: 'auth'
@@ -495,7 +496,7 @@ jobs:
495496 id-token: 'write'
496497
497498 steps:
498- - uses: 'actions/checkout@v3 '
499+ - uses: 'actions/checkout@v4 '
499500
500501 # Configure Workload Identity Federation and generate an access token.
501502 - id: 'auth'
0 commit comments