From 750af5e72c273c4812e48c41d979808388d37304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 01:10:18 +0000 Subject: [PATCH] chore: bump bump-sh/github-action from 1.2.4 to 1.2.5 Bumps [bump-sh/github-action](https://github.com/bump-sh/github-action) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/bump-sh/github-action/releases) - [Commits](https://github.com/bump-sh/github-action/compare/4601021cc6dc47ab5df3c00ac6cb12365c4d736b...590e36a25548cb10a8efb1ca9e5b1e111ad67120) --- updated-dependencies: - dependency-name: bump-sh/github-action dependency-version: 1.2.5 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 0667725cf2..8e40d954c7 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@4601021cc6dc47ab5df3c00ac6cb12365c4d736b + uses: bump-sh/github-action@590e36a25548cb10a8efb1ca9e5b1e111ad67120 with: doc: ${{matrix.spec-mapping.doc}} token: ${{secrets.bump_token}} @@ -90,7 +90,7 @@ jobs: # - name: Checkout # uses: actions/checkout@v4 # - name: Create API preview -# uses: bump-sh/github-action@4601021cc6dc47ab5df3c00ac6cb12365c4d736b +# uses: bump-sh/github-action@590e36a25548cb10a8efb1ca9e5b1e111ad67120 # with: # doc: ${{matrix.spec-mapping.doc}} # token: ${{secrets.bump_token}}