From 8a4da8e0ac754b43970e7affe68d0ae8f86cac28 Mon Sep 17 00:00:00 2001 From: DITA-OT Bot Date: Sun, 22 Jun 2025 19:10:47 +0000 Subject: [PATCH] Update GitHub Actions for 4.3.3 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 cad633d83..6a9e99f48 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.2' + default: '4.3.3' runs: using: 'composite' steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e030b507..69ba67647 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.2' + DITA_OT_VERSION: '4.3.3' steps: - name: Parse arguments run: |