From 6195de35f569097a03e2bcc8e0a18fb2e180d3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:10:47 +0000 Subject: [PATCH] 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) - [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/java.deploy.maven.yml | 2 +- .github/workflows/npm.deploy.electron.yml | 2 +- .github/workflows/npm.deploy.release.yml | 2 +- .github/workflows/npm.deploy.vs.yml | 2 +- .github/workflows/stale.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/java.deploy.maven.yml b/.github/workflows/java.deploy.maven.yml index b26f354..146b853 100644 --- a/.github/workflows/java.deploy.maven.yml +++ b/.github/workflows/java.deploy.maven.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} diff --git a/.github/workflows/npm.deploy.electron.yml b/.github/workflows/npm.deploy.electron.yml index b1b3580..5731b5c 100644 --- a/.github/workflows/npm.deploy.electron.yml +++ b/.github/workflows/npm.deploy.electron.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} diff --git a/.github/workflows/npm.deploy.release.yml b/.github/workflows/npm.deploy.release.yml index 0849f0f..580670f 100644 --- a/.github/workflows/npm.deploy.release.yml +++ b/.github/workflows/npm.deploy.release.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} diff --git a/.github/workflows/npm.deploy.vs.yml b/.github/workflows/npm.deploy.vs.yml index 92061f2..808f96b 100644 --- a/.github/workflows/npm.deploy.vs.yml +++ b/.github/workflows/npm.deploy.vs.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b22683e..76764ab 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} @@ -48,7 +48,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }}