Skip to content

Commit

Permalink
try 311 again
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-finley committed Mar 7, 2024
1 parent 3975c00 commit 63a17a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: "google-github-actions/deploy-cloud-functions@v1"
with:
name: "projects/greg-finley/locations/us-central1/functions/check-oldest-living-person"
runtime: "python312"
runtime: "python311"
entry_point: "main"
source_dir: "oldest"
memory_mb: 512
Expand Down

0 comments on commit 63a17a4

Please sign in to comment.