From 2ef92f49c4a1addc10a81e40d89439b218690e6d Mon Sep 17 00:00:00 2001 From: Jarno Elovirta Date: Fri, 1 Mar 2024 11:36:59 +0200 Subject: [PATCH] Update docs GitHub Actions for 4.2.1 (#543) 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 75cfd305..5f20e428 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.2' + default: '4.2.1' runs: using: 'composite' steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4355e37d..649948d4 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.2' + DITA_OT_VERSION: '4.2.1' steps: - name: Parse arguments run: |