diff options
Diffstat (limited to '.github/workflows/update-readme.yml')
| -rw-r--r-- | .github/workflows/update-readme.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index a3fa018e5..de416a873 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.TOKEN_ID }} |
