From 2f8f8f483c215f317498ac901e50a8ffcb468f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:15:39 +0000 Subject: [PATCH] build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.0.6 to 2.1.1. - [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.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.1 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..50962fa 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.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 86be230..b3a905f 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.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 b0d414c..3f4426a 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.1 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}}