From 93eeac9466ba6ab2d51101c358b66b5bcc81da04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:47:39 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 1.9.5 to 2.0.0 (#110) Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1.9.5 to 2.0.0. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/a1561e938c17e7aaf8236334d6d533e774c71dcd...f2258781c657ad9b4b88072c5eeaf9ec8c370874) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/test_logger_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e86907d..61118c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: with: path: ./.github/actions/julia-runtest - - uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd + - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/test_logger_ci.yml b/.github/workflows/test_logger_ci.yml index 1ba367a..43000c8 100644 --- a/.github/workflows/test_logger_ci.yml +++ b/.github/workflows/test_logger_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout julia-runtest uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - - uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd + - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}