From c2056dc8706863474897a916c015983b9ef3c3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 09:36:35 +0000 Subject: [PATCH] Build(deps): Bump dita-ot/dita-ot-action from 4.1.2 to 4.3.4 Bumps [dita-ot/dita-ot-action](https://github.com/dita-ot/dita-ot-action) from 4.1.2 to 4.3.4. - [Release notes](https://github.com/dita-ot/dita-ot-action/releases) - [Commits](https://github.com/dita-ot/dita-ot-action/compare/4.1.2...4.3.4) --- updated-dependencies: - dependency-name: dita-ot/dita-ot-action dependency-version: 4.3.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 1b0d40ee..b988063d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -72,7 +72,7 @@ jobs: - name: Generate docs run: bundle exec rake docs:all - name: Docs test - uses: dita-ot/dita-ot-action@4.1.2 + uses: dita-ot/dita-ot-action@4.3.4 with: build: dita -i documentation/bolt.ditamap -o out -f html5 --processing-mode=strict