Skip to content

Commit 3950c88

Browse files
chore(deps): update actions/create-github-app-token action to v3 (#451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecb7c1c commit 3950c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ecosystem-ci-from-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
permissions: {}
8080
steps:
8181
- id: generate-token
82-
uses: actions/create-github-app-token@v2
82+
uses: actions/create-github-app-token@v3
8383
with:
8484
app-id: ${{ secrets.PR_GITHUB_APP_ID }}
8585
private-key: ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
@@ -219,7 +219,7 @@ jobs:
219219
permissions: {}
220220
steps:
221221
- id: generate-token
222-
uses: actions/create-github-app-token@v2
222+
uses: actions/create-github-app-token@v3
223223
with:
224224
app-id: ${{ secrets.PR_GITHUB_APP_ID }}
225225
private-key: ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)