diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 45d5a76..e5662dd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,12 +27,12 @@ jobs: task: build-docs - id: 'auth' - uses: 'google-github-actions/auth@v0' + uses: 'google-github-actions/auth@v2' with: credentials_json: '${{ secrets.GCP_SA_KEY }}' - id: 'deploy' - uses: 'google-github-actions/deploy-appengine@v0' + uses: 'google-github-actions/deploy-appengine@v2' with: project_id: ${{ secrets.GCP_PROJECT }} working_directory: ./doc