Skip to content

Commit cd02e8f

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent ceb8104 commit cd02e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Generate GitHub App token
1919
id: app-token
20-
uses: actions/create-github-app-token@v2
20+
uses: actions/create-github-app-token@v3
2121
with:
2222
app-id: ${{ vars.PR_APP_ID }}
2323
private-key: ${{ secrets.PR_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)