From c6e0400fdccd8bd246d72c7c1bbb2f0d36b3fb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 06:08:08 +0000 Subject: [PATCH] chore: Bump actions/create-github-app-token in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `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 dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/deploy-mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 00aa2677..f349c50c 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -8,7 +8,7 @@ jobs: validate-pr-title: 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.DS_RELEASE_BOT_ID }} diff --git a/.github/workflows/deploy-mkdocs.yml b/.github/workflows/deploy-mkdocs.yml index b225a3ad..3038adc2 100644 --- a/.github/workflows/deploy-mkdocs.yml +++ b/.github/workflows/deploy-mkdocs.yml @@ -12,7 +12,7 @@ jobs: name: Deploy docs 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.DS_RELEASE_BOT_ID }}