Skip to content

Commit cec02c9

Browse files
Update actions/create-github-app-token action to v3
1 parent 10abc55 commit cec02c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-auto-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- id: generate-token
1515
name: Generate Access Token
16-
uses: actions/create-github-app-token@v2
16+
uses: actions/create-github-app-token@v3
1717
with:
1818
app-id: ${{vars.PR_AUTO_UPDATE_CLIENT_ID}}
1919
private-key: ${{secrets.PR_AUTO_UPDATE_PRIVATE_KEY}}

0 commit comments

Comments
 (0)