diff --git a/.github/workflows/deploy-gae.yaml b/.github/workflows/deploy-gae.yaml index ce654c8..952525a 100644 --- a/.github/workflows/deploy-gae.yaml +++ b/.github/workflows/deploy-gae.yaml @@ -45,12 +45,12 @@ jobs: - name: yarn build run: yarn build - id: "auth" - uses: "google-github-actions/auth@v0" + uses: "google-github-actions/auth@v1" with: credentials_json: "${{ secrets.GCP_SA_KEY }}" - name: "Deploy to App Engine" id: "deploy" - uses: "google-github-actions/deploy-appengine@v0" + uses: "google-github-actions/deploy-appengine@v1" with: deliverables: "app.yaml" promote: true