From d0c4f093badade621cd041bba567d1e832480ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:02:26 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 2.0.0 to 2.2.0 (#115) * Bump julia-actions/setup-julia from 2.0.0 to 2.2.0 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2.0.0 to 2.2.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/f2258781c657ad9b4b88072c5eeaf9ec8c370874...3645a07f58c7f83b9f82ac8e0bb95583e69149e6) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Butterworth --- .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 26750b8..4243683 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@f2258781c657ad9b4b88072c5eeaf9ec8c370874 + - uses: julia-actions/setup-julia@3645a07f58c7f83b9f82ac8e0bb95583e69149e6 # v2.2.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 b94bf05..883e189 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@f2258781c657ad9b4b88072c5eeaf9ec8c370874 + - uses: julia-actions/setup-julia@3645a07f58c7f83b9f82ac8e0bb95583e69149e6 # v2.2.0 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}