Skip to content

Commit

Permalink
Update GitHub Actions for 4.2.3 (#559)
Browse files Browse the repository at this point in the history
Signed-off-by: DITA-OT Bot <[email protected]>
  • Loading branch information
jelovirt authored May 5, 2024
1 parent 2fd70f7 commit 17ee8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/render/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 17ee8a2

Please sign in to comment.