Skip to content

Commit 7cfaec7

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent ebb0541 commit 7cfaec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Generate GitHub App Token
8989
id: generate-token
90-
uses: actions/create-github-app-token@v2
90+
uses: actions/create-github-app-token@v3
9191
with:
9292
app-id: ${{ secrets.GH_APP_ID }}
9393
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)