From bb33d2b8f4be2a633bf27655a16d28f5aa1947b1 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Wed, 20 Dec 2023 14:44:07 +0000 Subject: [PATCH] Test removing args for new action version --- .github/workflows/deploy_dev.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy_dev.yml b/.github/workflows/deploy_dev.yml index 370baa1..3f315c9 100644 --- a/.github/workflows/deploy_dev.yml +++ b/.github/workflows/deploy_dev.yml @@ -41,15 +41,12 @@ jobs: - id: gcauth name: Authenticate to Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCLOUD_AUTH }} - name: Setup gcloud CLI uses: google-github-actions/setup-gcloud@v2 - with: - version: "337.0.0" - project_id: ${{ env.APP_ID }} - name: Deploy to Google Cloud uses: ./.github/actions/deploy_gcloud