diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 038ee59..043c365 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCLOUD_AUTH }}' - - uses: google-github-actions/deploy-cloud-functions@v2 + - uses: google-github-actions/deploy-cloud-functions@v3 with: name: ${{ secrets.CF_NAME }} region: ${{ secrets.CF_REGION }}