From 974dd106b8f1867e3b952254a858d1c6641bdf30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:38:22 +0000 Subject: [PATCH] build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.0.6 to 2.1.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2.0.6...v2.1.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/update-license.yml | 2 +- .github/workflows/update-node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88027fd..c946249 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@v2.0.6 + uses: actions/create-github-app-token@v2.1.0 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 86be230..8af05af 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@v2.0.6 + uses: actions/create-github-app-token@v2.1.0 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 b0d414c..17a59cd 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@v2.0.6 + uses: actions/create-github-app-token@v2.1.0 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}}