From 49ff4bdc7b51713560df3106f3f97bfc13fad6ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:46:40 +0000 Subject: [PATCH] Bump julia-actions/julia-runtest from 1.10.0 to 1.11.1 Bumps [julia-actions/julia-runtest](https://github.com/julia-actions/julia-runtest) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/julia-actions/julia-runtest/releases) - [Commits](https://github.com/julia-actions/julia-runtest/compare/d0c4f093badade621cd041bba567d1e832480ac2...1e03e0122a598a569004c1e26950e2547b350ec0) --- updated-dependencies: - dependency-name: julia-actions/julia-runtest 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 58f3bf4..231eca4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -55,7 +55,7 @@ jobs: channel: "${{ matrix.version }}" - uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5 - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c # v1.6.0 - - uses: julia-actions/julia-runtest@d0c4f093badade621cd041bba567d1e832480ac2 # v1.10.0 + - uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1 - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: bundle-${{ matrix.os }}