We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e488d76 commit 6e2bda6Copy full SHA for 6e2bda6
.github/workflows/release.yaml
@@ -174,11 +174,11 @@ jobs:
174
script: auto
175
EOF
176
177
- - uses: google-github-actions/auth@v0
+ - uses: google-github-actions/auth@v2
178
with:
179
credentials_json: '${{ secrets.APPENGINE_DEPLOY_KEY }}'
180
181
- - uses: google-github-actions/deploy-appengine@v0
+ - uses: google-github-actions/deploy-appengine@v2
182
183
project_id: '${{ secrets.APPENGINE_PROJECT_ID }}'
184
version: '${{ secrets.APPENGINE_PROJECT_VERSION }}'
0 commit comments