From 5a0701f523031aad95b39b7e7b32d9a5c29d50e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 05:26:44 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 2.0.6 to 3.0.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.0.6 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.0.6...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/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8f4d0f1..2d0e8ad 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,7 +15,7 @@ jobs: outputs: release_created: ${{ steps.release.outputs.release_created }} steps: - - uses: actions/create-github-app-token@v2.0.6 + - uses: actions/create-github-app-token@v3.0.0 id: app-token with: app-id: ${{ secrets.DS_RELEASE_BOT_ID }}