From a839bbdfc1e3c845dea29830d4cb6cbb78f39bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:36:04 +0000 Subject: [PATCH] build(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-version.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index e610dd5..8c5a23b 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -9,7 +9,7 @@ jobs: bump-version: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: app-token with: app-id: ${{ secrets.CSDA_RELEASE_BOT_CLIENT_ID }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4a8acbf..5ba894e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: app-token with: app-id: ${{ secrets.CSDA_RELEASE_BOT_CLIENT_ID }}