Skip to content

Commit a8d4ebf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.prettierignore') }}-${{ hashFiles('package.json') }}
3131
- run: npm run format
3232
- run: git restore .github/workflows package-lock.json
33-
- uses: actions/create-github-app-token@v1
33+
- uses: actions/create-github-app-token@v2
3434
id: generate-token
3535
with:
3636
app-id: ${{ secrets.ECOSPARK_APP_ID }}

0 commit comments

Comments
 (0)