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}}