From efa0a99019f4a74bb313e815540e28160529a384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:48:43 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.2.1 to 3.0.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}