From e72260db5212e7c68504749a987127c3845cb298 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Thu, 5 May 2022 07:10:50 -0400 Subject: [PATCH] fix(ci): add cached state version to disk images (#4314) --- .github/workflows/gcp-test-deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gcp-test-deploy.yml b/.github/workflows/gcp-test-deploy.yml index 01048dc70..2904d301d 100644 --- a/.github/workflows/gcp-test-deploy.yml +++ b/.github/workflows/gcp-test-deploy.yml @@ -56,6 +56,10 @@ jobs: contents: 'read' id-token: 'write' steps: + - uses: actions/checkout@v3.0.2 + with: + persist-credentials: false + - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 with: