Skip to content

Commit

Permalink
GCP 배포 Actions 버전 올림.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexifdev committed Sep 6, 2023
1 parent 4832fe4 commit 46084f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.7.x'
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v1
with:
version: '291.0.0'
version: '>= 363.0.0'
project_id: isnamyang
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
Expand Down

0 comments on commit 46084f2

Please sign in to comment.