Skip to content

Commit b94afea

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-if-needed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: pnpm install --ignore-scripts
2727
- run: pnpm format
2828
- run: git restore .github/workflows CHANGELOG.md
29-
- uses: actions/create-github-app-token@v1
29+
- uses: actions/create-github-app-token@v2
3030
id: generate-token
3131
with:
3232
app-id: ${{ secrets.ECOSCRIPT_APP_ID }}

0 commit comments

Comments
 (0)