diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2758e8..609c7d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCLOUD_AUTH }}' - - uses: google-github-actions/deploy-cloud-functions@v1 + - uses: google-github-actions/deploy-cloud-functions@v2 with: name: ${{ secrets.CF_NAME }} region: ${{ secrets.CF_REGION }}