From ac98e5bbad61707c0bf7653e4bbf957fe638a5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:46:22 +0000 Subject: [PATCH] Build(deps): Bump dita-ot/dita-ot-action from 4.3.5 to 4.4 Bumps [dita-ot/dita-ot-action](https://github.com/dita-ot/dita-ot-action) from 4.3.5 to 4.4. - [Release notes](https://github.com/dita-ot/dita-ot-action/releases) - [Commits](https://github.com/dita-ot/dita-ot-action/compare/4.3.5...4.4) --- updated-dependencies: - dependency-name: dita-ot/dita-ot-action dependency-version: '4.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0f3cab942..c4bea8f11 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -123,7 +123,7 @@ jobs: - name: Generate docs run: bundle exec rake docs:all - name: Docs test - uses: dita-ot/dita-ot-action@4.3.5 + uses: dita-ot/dita-ot-action@4.4 with: build: dita -i documentation/bolt.ditamap -o out -f html5 --processing-mode=strict