From a37d1d8b849b9a19c444743b019f6f2618eed67e Mon Sep 17 00:00:00 2001 From: DITA-OT Bot Date: Sat, 31 Jan 2026 15:26:55 +0000 Subject: [PATCH] Update GitHub Actions for 4.4 Signed-off-by: DITA-OT Bot --- .github/actions/render/action.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/render/action.yml b/.github/actions/render/action.yml index d0b6498e..07d4b457 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.3.5' + default: '4.4' runs: using: 'composite' steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bcc6641..10385e23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest env: WEBSITE_PLUGIN_BRANCH: 'master' - DITA_OT_VERSION: '4.3.5' + DITA_OT_VERSION: '4.4' steps: - name: Parse arguments run: |