From 3748d5cea11cf8038bc7386855b396627ca622df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:07:55 +0000 Subject: [PATCH] chore(deps): bump julia-actions/julia-runtest from 1.11.5 to 1.12.0 Bumps [julia-actions/julia-runtest](https://github.com/julia-actions/julia-runtest) from 1.11.5 to 1.12.0. - [Release notes](https://github.com/julia-actions/julia-runtest/releases) - [Commits](https://github.com/julia-actions/julia-runtest/compare/fc07e51ec99db23b29943e95406b5762501e2897...6e050c8013b833b1195105ff2fce9cd802f53271) --- updated-dependencies: - dependency-name: julia-actions/julia-runtest dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 78617ae..b819fc9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -73,7 +73,7 @@ jobs: ${{ runner.os }}-test- ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1 - - uses: julia-actions/julia-runtest@fc07e51ec99db23b29943e95406b5762501e2897 # v1 + - uses: julia-actions/julia-runtest@6e050c8013b833b1195105ff2fce9cd802f53271 # v1 - uses: julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1 - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: