diff --git a/.github/workflows/release-webhook.yml b/.github/workflows/release-webhook.yml index 266c544..a1c953a 100644 --- a/.github/workflows/release-webhook.yml +++ b/.github/workflows/release-webhook.yml @@ -21,7 +21,7 @@ jobs: working-directory: webhook - run: echo ::set-output name=go-runtime::$(echo -n go${{ steps.version.outputs.go-mod-version }} | tr -d '.') id: runtime - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCLOUD_AUTH }}' - uses: google-github-actions/deploy-cloud-functions@v1