Skip to content

Commit 626dd61

Browse files
authored
setup-gcloud fix
1 parent 0e45b72 commit 626dd61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: "3.10"
20+
python-version: "3.9"
2121
- uses: actions/cache@v1
2222
name: Configure pip caching
2323
with:
@@ -97,7 +97,7 @@ jobs:
9797
- name: Set up Cloud Run
9898
uses: google-github-actions/setup-gcloud@v0
9999
with:
100-
version: '275.0.0'
100+
version: '318.0.0'
101101
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
102102
service_account_key: ${{ secrets.GCP_SA_KEY }}
103103
- name: Deploy to Cloud Run

0 commit comments

Comments
 (0)