GitHub Action: Bump actions/create-github-app-token from 2 to 3

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/pull-request-formatting-validator.yml b/.github/workflows/pull-request-formatting-validator.yml
index bd79075..e0b6d7d 100644
--- a/.github/workflows/pull-request-formatting-validator.yml
+++ b/.github/workflows/pull-request-formatting-validator.yml
@@ -30,7 +30,7 @@
     steps:

       - name: Generate Token

         id: app-token

-        uses: actions/create-github-app-token@v2

+        uses: actions/create-github-app-token@v3

         with:

           app-id: ${{ secrets.TIANOCORE_PR_AUTOMATION_APPLICATION_ID }}

           private-key: ${{ secrets.TIANOCORE_PR_AUTOMATION_APPLICATION_PRIVATE_KEY }}

diff --git a/.github/workflows/request-reviews.yml b/.github/workflows/request-reviews.yml
index d04901d..eb6263f 100644
--- a/.github/workflows/request-reviews.yml
+++ b/.github/workflows/request-reviews.yml
@@ -34,7 +34,7 @@
     steps:

       - name: Generate Token

         id: generate-token

-        uses: actions/create-github-app-token@v2

+        uses: actions/create-github-app-token@v3

         with:

           app-id: ${{ secrets.TIANOCORE_ASSIGN_REVIEWERS_APPLICATION_ID }}

           private-key: ${{ secrets.TIANOCORE_ASSIGN_REVIEWERS_APPLICATION_PRIVATE_KEY }}