We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c30677 commit 5711ffeCopy full SHA for 5711ffe
.github/actions/render/action.yml
@@ -6,7 +6,7 @@ inputs:
6
default: 'master'
7
DITA_OT_VERSION:
8
description: 'DITA-OT version used for rendering'
9
- default: '4.3'
+ default: '4.3.1'
10
runs:
11
using: 'composite'
12
steps:
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
env:
19
WEBSITE_PLUGIN_BRANCH: 'master'
20
- DITA_OT_VERSION: '4.3'
+ DITA_OT_VERSION: '4.3.1'
21
22
- name: Parse arguments
23
run: |
0 commit comments