From 1d507a7459a730d72dcaf660b7b7412d3aa09eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:45:29 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 1.9.5 to 1.9.6 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1.9.5 to 1.9.6. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/a1561e938c17e7aaf8236334d6d533e774c71dcd...ac0d62164df5a47de404f4e96ce86a1a28a28d56) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 868f174..1e95456 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - - uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd + - uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56 with: version: ${{ matrix.version }} - uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0 @@ -78,7 +78,7 @@ jobs: - bundle-windows-latest steps: - - uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd + - uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56 with: version: ${{ matrix.version }}