diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index f0ee7c5..049e6b9 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -35,7 +35,7 @@ jobs: sed -i -E "s/$REGEX/\1${{steps.info.outputs.license-year}}\2/" LICENSE - name: Generate app token id: app-token - uses: actions/create-github-app-token@v2.0.6 + uses: actions/create-github-app-token@v2.1.0 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}}