Skip to content

Commit d982f7b

Browse files
chore(deps): update actions/create-github-app-token action to v2
1 parent 433ec45 commit d982f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Generate bot app token
6464
id: generate_token
65-
uses: actions/create-github-app-token@v1
65+
uses: actions/create-github-app-token@v2
6666
with:
6767
app-id: ${{ secrets.RELEASER_ID }}
6868
private-key: ${{ secrets.RELEASER_PRIVATE_KEY }}

0 commit comments

Comments
 (0)