mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
google-github-actions/setup-gcloud@v0
This commit is contained in:
parent
72bfd75fb7
commit
12f3ca7995
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-latest.yml
vendored
4
.github/workflows/deploy-latest.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: "3.10"
|
||||
- uses: actions/cache@v2
|
||||
name: Configure pip caching
|
||||
with:
|
||||
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
' > plugins/alternative_route.py
|
||||
cp fixtures.db fixtures2.db
|
||||
- name: Set up Cloud Run
|
||||
uses: google-github-actions/setup-gcloud@master
|
||||
uses: google-github-actions/setup-gcloud@v0
|
||||
with:
|
||||
version: '275.0.0'
|
||||
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue