Skip to content

Commit f5cbc01

Browse files
meta: update actions/create-github-app-token action to v3 (#831)
1 parent 6adf42d commit f5cbc01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Generate Sequelize Bot Token
2424
id: generate-token
25-
uses: actions/create-github-app-token@v2
25+
uses: actions/create-github-app-token@v3
2626
with:
2727
app-id: '${{ secrets.SEQUELIZE_BOT_APP_ID }}'
2828
private-key: '${{ secrets.SEQUELIZE_BOT_PRIVATE_KEY }}'

0 commit comments

Comments
 (0)