From cefe7728e94cdcfa17b61604948815428e9b44ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:42:30 +0000 Subject: [PATCH] Bump julia-actions/julia-runtest from 1.11.1 to 1.11.2 (#35) * Bump julia-actions/julia-runtest from 1.11.1 to 1.11.2 Bumps [julia-actions/julia-runtest](https://github.com/julia-actions/julia-runtest) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/julia-actions/julia-runtest/releases) - [Commits](https://github.com/julia-actions/julia-runtest/compare/1e03e0122a598a569004c1e26950e2547b350ec0...678da69444cd5f13d7e674a90cb4f534639a14f9) --- updated-dependencies: - dependency-name: julia-actions/julia-runtest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add version number in comment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dilum Aluthge --- .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 79da7a8..195541b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,7 +49,7 @@ jobs: - name: Install dependencies run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()" - - uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 + - uses: julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2 full-test: name: Full test