Skip to content

Commit

Permalink
use the v3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminParisel committed Oct 11, 2024
1 parent e4f53a9 commit 963c5e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check
uses: bonitasoft/actions/packages/doc-contribs/pr-antora-content-guidelines-checker@feat/list_renamed_file_from_pr
uses: bonitasoft/actions/packages/doc-contribs/pr-antora-content-guidelines-checker@v3
with:
attributes-to-check: ':description:'
files-to-check: 'adoc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable_pr-comment-list-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
surge-token: ${{ secrets.SURGE_TOKEN_DOC }}
- name: Comments PR with links
uses: bonitasoft/actions/packages/doc-contribs/pr-comments-with-links@feat/list_renamed_file_from_pr
uses: bonitasoft/actions/packages/doc-contribs/pr-comments-with-links@v3
with:
site-url: ${{ steps.surge-preview-tools.outputs.preview-url }}
component-name: ${{ inputs.component-name }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-antora-checker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
check_antora_content_guidelines:
permissions:
pull-requests: write # "pr-antora-content-guidelines-checker" write PR comments when the PR doesn't match the "Guidelines"
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-antora-content-guidelines-checker.yml@feat/add_check_on_filename
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-antora-content-guidelines-checker.yml

0 comments on commit 963c5e8

Please sign in to comment.