Skip to content

Commit 25c3a29

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent 025f182 commit 25c3a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upstream.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: ${{ secrets.APP_ID }}
2323
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)