diff --git a/.github/workflows/playground_deploy_infrastructure.yml b/.github/workflows/playground_deploy_infrastructure.yml index 2f2e6b18d72c..daeb94f92fa3 100644 --- a/.github/workflows/playground_deploy_infrastructure.yml +++ b/.github/workflows/playground_deploy_infrastructure.yml @@ -23,7 +23,7 @@ jobs: PROJECT_ENV: beta steps: - name: git clone repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup GCP account run: | echo "${{ secrets.GCP_PLAYGROUND_SA_KEY }}" | base64 -d > /tmp/gcp_access.json