Skip to content

Commit 6e2bda6

Browse files
authored
ci: Update appengine deployment deps (#54)
1 parent e488d76 commit 6e2bda6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ jobs:
174174
script: auto
175175
EOF
176176
177-
- uses: google-github-actions/auth@v0
177+
- uses: google-github-actions/auth@v2
178178
with:
179179
credentials_json: '${{ secrets.APPENGINE_DEPLOY_KEY }}'
180180

181-
- uses: google-github-actions/deploy-appengine@v0
181+
- uses: google-github-actions/deploy-appengine@v2
182182
with:
183183
project_id: '${{ secrets.APPENGINE_PROJECT_ID }}'
184184
version: '${{ secrets.APPENGINE_PROJECT_VERSION }}'

0 commit comments

Comments
 (0)