From 6f140e6c63ca667103a434d3af1307d0fa342ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 12:35:48 +0000 Subject: [PATCH] build(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/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54fe4451..81a215de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -279,7 +279,7 @@ jobs: go fmt pkg/fab/versions.go - name: Generate token for the fabricator repository - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: fab-app-token with: app-id: ${{ secrets.FAB_APP_ID }} @@ -321,7 +321,7 @@ jobs: go mod tidy && go mod vendor && git add vendor - name: Generate token for the fabric repository - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: fabric-app-token with: app-id: ${{ secrets.FABRIC_APP_ID }} @@ -361,7 +361,7 @@ jobs: cp docs/api.md docs-repo/docs/reference/gateway-api.md.gen - name: Generate token for the docs repository - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: docs-app-token with: app-id: ${{ secrets.DOCS_APP_ID }}