From 53f7ca9224b98d523bd6766a556c885be96e8dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:56:57 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 2.3.0 to 2.4.0 (#120) Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md) - [Commits](https://github.com/julia-actions/setup-julia/compare/780022b48dfc0c2c6b94cfee6a9284850107d037...512e2ab44f5848ea62bddd21d1ee906e989b0360) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-minor ... 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 43bd27d..9900712 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@780022b48dfc0c2c6b94cfee6a9284850107d037 # v2.3.0 + - uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360 # v2.4.0 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/test_logger_ci.yml b/.github/workflows/test_logger_ci.yml index 3d3741c..31f2691 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@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 # v2.3.0 + - uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360 # v2.4.0 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}