diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81a953b7..0ba47ecc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: npm run build - name: Generate app token id: app-token - uses: actions/create-github-app-token@v1.11.0 + uses: actions/create-github-app-token@v1.11.1 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}} diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index 1a9e772e..237b2500 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -36,7 +36,7 @@ jobs: LICENSE_YEAR: ${{steps.info.outputs.license-year}} - name: Generate app token id: app-token - uses: actions/create-github-app-token@v1.11.0 + uses: actions/create-github-app-token@v1.11.1 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}} diff --git a/.github/workflows/update-node.yml b/.github/workflows/update-node.yml index f10de1f9..448c6a0a 100644 --- a/.github/workflows/update-node.yml +++ b/.github/workflows/update-node.yml @@ -35,7 +35,7 @@ jobs: NODE_VERSION: ${{steps.info.outputs.version}} - name: Generate app token id: app-token - uses: actions/create-github-app-token@v1.11.0 + uses: actions/create-github-app-token@v1.11.1 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}}