diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index c0061e9..9078319 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.1.4 + uses: actions/create-github-app-token@v2.2.0 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}}