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