diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index 28e1676..5e194cd 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -39,7 +39,7 @@ jobs: YEAR: ${{steps.info.outputs.license-year}} - name: Generate app token id: app-token - uses: actions/create-github-app-token@v2.2.1 + uses: actions/create-github-app-token@v3.0.0 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}}