Skip to content

Commit 6ae1ece

Browse files
authored
Merge pull request #70 from golles/renovate/actions-create-github-app-token-2.x
Update actions/create-github-app-token action to v2
2 parents b375f50 + 4adf160 commit 6ae1ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-app/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ outputs:
2626
runs:
2727
using: composite
2828
steps:
29-
- uses: actions/create-github-app-token@v1
29+
- uses: actions/create-github-app-token@v2
3030
id: app-token
3131
with:
3232
app-id: ${{ inputs.app-id }}

0 commit comments

Comments
 (0)