Skip to content

Commit

Permalink
ci: Update appengine deployment deps (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Jun 6, 2024
1 parent e488d76 commit 6e2bda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ jobs:
script: auto
EOF
- uses: google-github-actions/auth@v0
- uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.APPENGINE_DEPLOY_KEY }}'

- uses: google-github-actions/deploy-appengine@v0
- uses: google-github-actions/deploy-appengine@v2
with:
project_id: '${{ secrets.APPENGINE_PROJECT_ID }}'
version: '${{ secrets.APPENGINE_PROJECT_VERSION }}'
Expand Down

0 comments on commit 6e2bda6

Please sign in to comment.