summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pull-request-formatting-validator.yml2
-rw-r--r--.github/workflows/request-reviews.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pull-request-formatting-validator.yml b/.github/workflows/pull-request-formatting-validator.yml
index bd79075684..e0b6d7d81d 100644
--- a/.github/workflows/pull-request-formatting-validator.yml
+++ b/.github/workflows/pull-request-formatting-validator.yml
@@ -30,7 +30,7 @@ jobs:
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 d04901d578..eb6263f6a6 100644
--- a/.github/workflows/request-reviews.yml
+++ b/.github/workflows/request-reviews.yml
@@ -34,7 +34,7 @@ jobs:
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 }}