diff --git a/.github/workflows/deploy_to_gcp.yml b/.github/workflows/deploy_to_gcp.yml index 2cf6a5a..2fe96f5 100644 --- a/.github/workflows/deploy_to_gcp.yml +++ b/.github/workflows/deploy_to_gcp.yml @@ -13,7 +13,7 @@ jobs: runs-on: gcloud-tf steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 # checkout: # name: Checkout code