We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e45b72 commit 626dd61Copy full SHA for 626dd61
1 file changed
.github/workflows/deploy-demo.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v1
19
with:
20
- python-version: "3.10"
+ python-version: "3.9"
21
- uses: actions/cache@v1
22
name: Configure pip caching
23
@@ -97,7 +97,7 @@ jobs:
97
- name: Set up Cloud Run
98
uses: google-github-actions/setup-gcloud@v0
99
100
- version: '275.0.0'
+ version: '318.0.0'
101
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
102
service_account_key: ${{ secrets.GCP_SA_KEY }}
103
- name: Deploy to Cloud Run
0 commit comments