Skip to content

Commit f193f37

Browse files
Update GitHub Actions for 4.4 (#662)
Co-authored-by: DITA-OT Bot <ditaotbot@gmail.com> Signed-off-by: DITA-OT Bot <ditaotbot@gmail.com>
1 parent 640302e commit f193f37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/render/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
default: 'master'
77
DITA_OT_VERSION:
88
description: 'DITA-OT version used for rendering'
9-
default: '4.3.5'
9+
default: '4.4'
1010
runs:
1111
using: 'composite'
1212
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
env:
1919
WEBSITE_PLUGIN_BRANCH: 'master'
20-
DITA_OT_VERSION: '4.3.5'
20+
DITA_OT_VERSION: '4.4'
2121
steps:
2222
- name: Parse arguments
2323
run: |

0 commit comments

Comments
 (0)