Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/generate-bump-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -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}}
Expand Down
Loading