From 4dbc5d4ae73289935aae3720eac9dd8bcf1de844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 19:04:34 +0000 Subject: [PATCH] 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) - [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/release-on-push.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/update-release-configs.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-on-push.yml b/.github/workflows/release-on-push.yml index 62ab6ec..54e0d94 100644 --- a/.github/workflows/release-on-push.yml +++ b/.github/workflows/release-on-push.yml @@ -20,7 +20,7 @@ jobs: # owner scopes the token to the org installation so it can access other repos (e.g. private npm-release-workflows) - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aa0025..edeba5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # owner scopes the token to the org installation so it can access other repos (e.g. private npm-release-workflows) - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} @@ -62,7 +62,7 @@ jobs: # owner scopes the token to the org installation so it can access other repos (e.g. private npm-release-workflows) - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} @@ -99,7 +99,7 @@ jobs: # owner scopes the token to the org installation so it can access other repos (e.g. private npm-release-workflows) - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} diff --git a/.github/workflows/update-release-configs.yml b/.github/workflows/update-release-configs.yml index bda18d7..859c414 100644 --- a/.github/workflows/update-release-configs.yml +++ b/.github/workflows/update-release-configs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }}