From 3af0a8411118a47feb8eb3fd228c55018accd364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:13:20 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 2.1.0 to 2.2.0 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2.1.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/81d42b556a18b0d67455a742fcbffdeb49b3ffb0...3645a07f58c7f83b9f82ac8e0bb95583e69149e6) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 4 ++-- .github/workflows/CompatHelper.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5dd1bd5..7dcd9ae 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -68,7 +68,7 @@ jobs: with: persist-credentials: false - - uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0 + - uses: julia-actions/setup-julia@3645a07f58c7f83b9f82ac8e0bb95583e69149e6 with: version: ${{ matrix.version }} - uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false - - uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0 + - uses: julia-actions/setup-julia@3645a07f58c7f83b9f82ac8e0bb95583e69149e6 with: version: "1" - run: | diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 9e3db8d..a6eb334 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -10,7 +10,7 @@ jobs: CompatHelper: runs-on: ubuntu-latest steps: - - uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0 + - uses: julia-actions/setup-julia@3645a07f58c7f83b9f82ac8e0bb95583e69149e6 with: version: '1' - name: "Install CompatHelper"