Skip to content

Commit 5711ffe

Browse files
Update GitHub Actions for 4.3.1 (#604)
Signed-off-by: DITA-OT Bot <[email protected]> Co-authored-by: DITA-OT Bot <[email protected]>
1 parent 1c30677 commit 5711ffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/render/action.yml

+1-1
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'
9+
default: '4.3.1'
1010
runs:
1111
using: 'composite'
1212
steps:

.github/workflows/release.yml

+1-1
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'
20+
DITA_OT_VERSION: '4.3.1'
2121
steps:
2222
- name: Parse arguments
2323
run: |

0 commit comments

Comments
 (0)