From eb34076ddf3fe3785e22cade7f135cdfc9be6e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:59:06 +0000 Subject: [PATCH] Bump ashley-taylor/junit-report-annotations-action from 1.3 to 1.4 Bumps [ashley-taylor/junit-report-annotations-action](https://github.com/ashley-taylor/junit-report-annotations-action) from 1.3 to 1.4. - [Release notes](https://github.com/ashley-taylor/junit-report-annotations-action/releases) - [Commits](https://github.com/ashley-taylor/junit-report-annotations-action/compare/1.3...1.4) --- updated-dependencies: - dependency-name: ashley-taylor/junit-report-annotations-action dependency-version: '1.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 5c6989f..6b77fb6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -108,7 +108,7 @@ jobs: with: report_paths: 'junit.xml' # more in depth junit in console and annotations on failures - - uses: ashley-taylor/junit-report-annotations-action@1.3 + - uses: ashley-taylor/junit-report-annotations-action@1.4 if: always() with: access-token: ${{ secrets.GITHUB_TOKEN }}