diff --git a/action.yml b/action.yml index a5924ad..25e325a 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ runs: - name: Generate token for private repository access if: ${{ inputs.TARGET_REPO != '' && inputs.APP_ID != '' }} id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ inputs.APP_ID }} private-key: ${{ inputs.PRIVATE_KEY }}