From 5a0b9bedfbff8154255e8deb9481776f78af3f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:22:14 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.1.1 to 2.1.4 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.1.4. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a17286b..c496d85 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -35,7 +35,7 @@ jobs: sed -i -E "s/$REGEX/\1${{steps.info.outputs.license-year}}\2/" LICENSE - name: Generate app token id: app-token - uses: actions/create-github-app-token@v2.1.1 + uses: actions/create-github-app-token@v2.1.4 with: app-id: ${{secrets.GH_APP_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}}