From 916b03694357e101311910fda9ceec74bfb45a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:21:31 +0000 Subject: [PATCH] chore(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/benchmark.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/docsv2.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c98e610cb..85b023087 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v6 - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.GH_APP_SAS_APP_ID }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5825dc719..4e8d6c683 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v6 with: ref: gh-pages - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.GH_APP_SAS_APP_ID }} diff --git a/.github/workflows/docsv2.yml b/.github/workflows/docsv2.yml index 30a427e58..e2270575d 100644 --- a/.github/workflows/docsv2.yml +++ b/.github/workflows/docsv2.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v6 with: ref: gh-pages - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.GH_APP_SAS_APP_ID }}