Skip to content

Commit 68b4b92

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

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)