diff --git a/.github/workflows/check-required.yml b/.github/workflows/check-required.yml index 26c66acd..04fb9933 100644 --- a/.github/workflows/check-required.yml +++ b/.github/workflows/check-required.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Generate an app token id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}