Skip to content

Commit d33f166

Browse files
[github-actions] Bump actions/create-github-app-token from 1 to 2 (#58)
1 parent e05498a commit d33f166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: Create GitHub App Token
3030
id: app-token
31-
uses: actions/create-github-app-token@v1
31+
uses: actions/create-github-app-token@v2
3232
with:
3333
app-id: ${{ secrets.APP_ID }}
3434
private-key: ${{ secrets.APP_KEY }}

0 commit comments

Comments
 (0)