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