From 488cfb35aab7072057b00aa5de0a2f317407e24d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:13:01 +0000 Subject: [PATCH] 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/backport.yml | 2 +- .github/workflows/update-license.yml | 2 +- .github/workflows/update-s6-overlay.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index b2e41716..286e9821 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -25,7 +25,7 @@ jobs: steps: - 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 a05d23c1..1fe498cc 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -24,7 +24,7 @@ jobs: ref: ${{matrix.branch}} - 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-s6-overlay.yml b/.github/workflows/update-s6-overlay.yml index 3d306441..93e84634 100644 --- a/.github/workflows/update-s6-overlay.yml +++ b/.github/workflows/update-s6-overlay.yml @@ -24,7 +24,7 @@ jobs: ref: ${{matrix.branch}} - 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}}