diff --git a/.github/workflows/generate-bump-pages.yml b/.github/workflows/generate-bump-pages.yml index 2fca2617e5..0667725cf2 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@841fdeac4dc671f53168c4730e36f6d063dd848f + uses: bump-sh/github-action@4601021cc6dc47ab5df3c00ac6cb12365c4d736b 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@841fdeac4dc671f53168c4730e36f6d063dd848f +# uses: bump-sh/github-action@4601021cc6dc47ab5df3c00ac6cb12365c4d736b # with: # doc: ${{matrix.spec-mapping.doc}} # token: ${{secrets.bump_token}}