From 36a22fa13e9ff8c5011d4d966e29848b0ebdf2df Mon Sep 17 00:00:00 2001 From: jelovirt <52934+jelovirt@users.noreply.github.com> Date: Sun, 5 May 2024 10:34:29 +0000 Subject: [PATCH] Update GitHub Actions for 4.2.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 31e1de30..4405a5dd 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.2' + default: '4.2.3' runs: using: 'composite' steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a21ecb0..834a179f 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.2' + DITA_OT_VERSION: '4.2.3' steps: - name: Parse arguments run: |