diff --git a/action.yml b/action.yml index ab3e681..3f9174e 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ runs: using: composite steps: - name: GCloud auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ env.GCLOUD_KEY_FILE }} - name: GKE auth