From 0821b84926cacc49c12f70f35553001aeb9cbfee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:03:03 +0000 Subject: [PATCH] chore: bump bump-sh/github-action from 1.2.7 to 1.2.8 Bumps [bump-sh/github-action](https://github.com/bump-sh/github-action) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/bump-sh/github-action/releases) - [Commits](https://github.com/bump-sh/github-action/compare/31a112af30a57a1a99b2ba9717522cccab1015a0...5f7357a19b69448d8401345d64609554f54b13b3) --- updated-dependencies: - dependency-name: bump-sh/github-action dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1f5f46fa45..e778f6d1f9 100644 --- a/.github/workflows/generate-bump-pages.yml +++ b/.github/workflows/generate-bump-pages.yml @@ -69,7 +69,7 @@ jobs: ref: ${{ inputs.branch }} token: ${{secrets.api_bot_pat}} - name: Deploy API documentation - ${{inputs.branch}} - uses: bump-sh/github-action@31a112af30a57a1a99b2ba9717522cccab1015a0 + uses: bump-sh/github-action@5f7357a19b69448d8401345d64609554f54b13b3 with: doc: ${{matrix.spec-mapping.doc}} token: ${{secrets.bump_token}} @@ -90,7 +90,7 @@ jobs: # - name: Checkout # uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # - name: Create API preview -# uses: bump-sh/github-action@31a112af30a57a1a99b2ba9717522cccab1015a0 +# uses: bump-sh/github-action@5f7357a19b69448d8401345d64609554f54b13b3 # with: # doc: ${{matrix.spec-mapping.doc}} # token: ${{secrets.bump_token}}