Skip to content

Commit ede4866

Browse files
chore(deps): Bump actions/create-github-app-token from 1 to 2 (#1066)
1 parent 7a27a3c commit ede4866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Impersonate update bot
23-
uses: actions/create-github-app-token@v1
23+
uses: actions/create-github-app-token@v2
2424
id: generate-token
2525
with:
2626
app-id: ${{ secrets.APP_ID }}

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
fi
102102
103103
- name: Impersonate update bot
104-
uses: actions/create-github-app-token@v1
104+
uses: actions/create-github-app-token@v2
105105
id: generate-token
106106
if: steps.update-files.outputs.has-changes
107107
with:

0 commit comments

Comments
 (0)