We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adeee3e commit 255c59dCopy full SHA for 255c59d
.github/workflows/update-prettier.yml
@@ -7,7 +7,7 @@ jobs:
7
update_prettier:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
11
id: app-token
12
with:
13
app-id: ${{ vars.OCTOKIT_APP_ID }}
0 commit comments