diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0d0f74d3..acb54f86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: - name: Deploy Production to Cloud Run id: deploy-production - uses: google-github-actions/deploy-cloudrun@v2.2.0 + uses: google-github-actions/deploy-cloudrun@v2.7.1 with: service: ${{ env.PRODUCTION_SERVICE }} image: ${{ env.GOOGLE_TAG }} @@ -64,7 +64,7 @@ jobs: - name: Deploy Staging to Cloud Run id: deploy-staging - uses: google-github-actions/deploy-cloudrun@v2.2.0 + uses: google-github-actions/deploy-cloudrun@v2.7.1 with: service: ${{ env.STAGING_SERVICE }} image: ${{ env.GOOGLE_TAG }}