diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 93c12cd..b361552 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,15 +13,15 @@ jobs: steps: # Checkout the codebase - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - id: auth name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: workload_identity_provider: 'projects/2314364601/locations/global/workloadIdentityPools/github-actions/providers/github-actions-provider ' service_account: 'github-actions@c6o-production.iam.gserviceaccount.com' - name: Setup GCloud - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 with: project_id: c6o-production - name: Deploy