From 9ab852b7abde03475011fe0c6733ae2defe975ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Thu, 6 Jun 2024 08:57:58 +0200 Subject: [PATCH] Revert "Bump google-github-actions/deploy-cloud-functions from 2 to 3" This reverts commit 3766eae2ce049f533cdd4207ad80e9e9ada737fc. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 043c365..038ee59 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@v3 + - uses: google-github-actions/deploy-cloud-functions@v2 with: name: ${{ secrets.CF_NAME }} region: ${{ secrets.CF_REGION }}