From e607103ba47e9d2221c6f81b7cf0b4699fa2f055 Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Wed, 4 Oct 2023 08:02:29 +0100 Subject: [PATCH] Update README.md (#332) Update code sample to use latest github action/checkout@v4. Signed-off-by: Matt Seymour --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72741c4..bf09e35 100644 --- a/README.md +++ b/README.md @@ -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'