From cbbf2a977b84e0d0904d5a0396491394b5db3f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:01:23 +0000 Subject: [PATCH] Build(deps): Bump dita-ot/dita-ot-action from 4.1.2 to 4.3.3 Bumps [dita-ot/dita-ot-action](https://github.com/dita-ot/dita-ot-action) from 4.1.2 to 4.3.3. - [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.3) --- updated-dependencies: - dependency-name: dita-ot/dita-ot-action dependency-version: 4.3.3 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..bbfaf62d 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.3 with: build: dita -i documentation/bolt.ditamap -o out -f html5 --processing-mode=strict