diff --git a/.github/actions/render/action.yml b/.github/actions/render/action.yml index df87d2fad..c7b936ce8 100644 --- a/.github/actions/render/action.yml +++ b/.github/actions/render/action.yml @@ -6,7 +6,7 @@ inputs: default: 'master' DITA_OT_VERSION: description: 'DITA-OT version used for rendering' - default: '4.0.1' + default: '4.1.2' runs: using: 'composite' steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dca91cd04..a0c2cacc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest env: WEBSITE_PLUGIN_BRANCH: 'master' - DITA_OT_VERSION: '4.0.1' + DITA_OT_VERSION: '4.1.2' steps: - name: Parse arguments run: |