Skip to content

Commit fd1db15

Browse files
Update actions/create-github-app-token action to v2
1 parent 21596fe commit fd1db15

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
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Generate Actions Token
1111
id: token
12-
uses: actions/create-github-app-token@v1
12+
uses: actions/create-github-app-token@v2
1313
with:
1414
app-id: ${{ secrets.APP_ID }}
1515
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)