From 22e8902a1a0177a95d35c845d3a5a3b5fab88764 Mon Sep 17 00:00:00 2001 From: Jarno Elovirta Date: Sun, 15 Dec 2024 22:59:56 +0200 Subject: [PATCH] Update GitHub Actions for 4.2.4 (#583) Signed-off-by: DITA-OT Bot Co-authored-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 33fd5c03..94713e68 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.3' + default: '4.2.4' runs: using: 'composite' steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cbc5665..a871c197 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.3' + DITA_OT_VERSION: '4.2.4' steps: - name: Parse arguments run: |