Skip to content

Commit

Permalink
Update google-github-actions/deploy-cloud-functions action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 0c62b0e commit fb7210e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
fi
- id: "deploy"
uses: "google-github-actions/deploy-cloud-functions@v2"
uses: "google-github-actions/deploy-cloud-functions@v3"
with:
name: ${{ matrix.function.name }}
entry_point: ${{ matrix.function.entry_point }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# Deploy Canary Function
- id: "deploy"
name: "Deploy Canary Function"
uses: "google-github-actions/deploy-cloud-functions@v2"
uses: "google-github-actions/deploy-cloud-functions@v3"
with:
name: ${{ env.CANARY_FUNCTION_NAME }}
entry_point: ${{ matrix.function.entry_point }}
Expand Down

0 comments on commit fb7210e

Please sign in to comment.