Skip to content

Commit 255c59d

Browse files
ci(action): update actions/create-github-app-token action to v2 (#521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adeee3e commit 255c59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update_prettier:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/create-github-app-token@v1
10+
- uses: actions/create-github-app-token@v2
1111
id: app-token
1212
with:
1313
app-id: ${{ vars.OCTOKIT_APP_ID }}

0 commit comments

Comments
 (0)