From 1c2c6cc1844024fd5b725f81f9cdcac0d3560f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:53:37 +0000 Subject: [PATCH] chore: bump bump-sh/github-action from 1.2.10 to 1.3.0 Bumps [bump-sh/github-action](https://github.com/bump-sh/github-action) from 1.2.10 to 1.3.0. - [Release notes](https://github.com/bump-sh/github-action/releases) - [Commits](https://github.com/bump-sh/github-action/compare/8545e8c657d27de6f55da875473fa493da78bc4f...6aff793a699f2e3269de3124a7a3eb46e5ffb261) --- updated-dependencies: - dependency-name: bump-sh/github-action dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-bump-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-bump-pages.yml b/.github/workflows/generate-bump-pages.yml index e89b3fb5e1..2c69d64804 100644 --- a/.github/workflows/generate-bump-pages.yml +++ b/.github/workflows/generate-bump-pages.yml @@ -70,7 +70,7 @@ jobs: ref: ${{ inputs.branch }} token: ${{secrets.api_bot_pat}} - name: Deploy API documentation - ${{inputs.branch}} - uses: bump-sh/github-action@8545e8c657d27de6f55da875473fa493da78bc4f + uses: bump-sh/github-action@6aff793a699f2e3269de3124a7a3eb46e5ffb261 with: doc: ${{matrix.spec-mapping.doc}} token: ${{secrets.bump_token}} @@ -91,7 +91,7 @@ jobs: # - name: Checkout # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # - name: Create API preview -# uses: bump-sh/github-action@8545e8c657d27de6f55da875473fa493da78bc4f +# uses: bump-sh/github-action@6aff793a699f2e3269de3124a7a3eb46e5ffb261 # with: # doc: ${{matrix.spec-mapping.doc}} # token: ${{secrets.bump_token}}