diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index 791f49e..14efe62 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@v3.0.0 + uses: actions/create-github-app-token@v3.1.1 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}}