Skip to content

Commit a95332e

Browse files
Update actions/create-github-app-token action to v2 (#680)
Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com>
1 parent c57b707 commit a95332e

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
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Get token
2020
id: app-token
21-
uses: actions/create-github-app-token@v1
21+
uses: actions/create-github-app-token@v2
2222
with:
2323
private-key: ${{ secrets.PRIVATE_KEY }}
2424
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)