From 949fbc98ddafed60637e9ae21f7de995b4818fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:35:08 +0000 Subject: [PATCH] build(deps): bump actions/create-github-app-token from 2 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/npm-publish.yml | 2 +- .github/workflows/trigger-licensed-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 50326e3744e..9b56108e2de 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -91,7 +91,7 @@ jobs: steps: - name: Get app token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.IGNITEUI_GITHUB_APP_ID }} private-key: ${{ secrets.IGNITEUI_GITHUB_APP_PRIVATE_KEY }} diff --git a/.github/workflows/trigger-licensed-release.yml b/.github/workflows/trigger-licensed-release.yml index 56a9e109c1d..20a1cfd29e7 100644 --- a/.github/workflows/trigger-licensed-release.yml +++ b/.github/workflows/trigger-licensed-release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Get app token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.IGNITEUI_GITHUB_APP_ID }} private-key: ${{ secrets.IGNITEUI_GITHUB_APP_PRIVATE_KEY }}