diff --git a/.github/workflows/issue-created.yml b/.github/workflows/issue-created.yml index 85634b5..d90a2c2 100644 --- a/.github/workflows/issue-created.yml +++ b/.github/workflows/issue-created.yml @@ -59,7 +59,7 @@ jobs: # to validate that teams specified in the issue body actually exist. - name: Generate App Token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.ISSUEOPS_APP_ID }} private-key: ${{ secrets.ISSUEOPS_APP_PRIVATE_KEY }}