Skip to content

Commit 88209c4

Browse files
authored
Merge pull request #4 from bootc-dev/test-renovate/actions-create-github-app-token-2.x
Update actions/create-github-app-token action to v2
2 parents 5cdf3a0 + fd1db15 commit 88209c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Generate Actions Token
2323
id: token
24-
uses: actions/create-github-app-token@v1
24+
uses: actions/create-github-app-token@v2
2525
with:
2626
app-id: ${{ secrets.APP_ID }}
2727
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)