From e00748001565e06ecd11445c2f1ce855fed56e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:27:28 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 2.4.0 to 2.5.0 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2.4.0 to 2.5.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/512e2ab44f5848ea62bddd21d1ee906e989b0360...a0a0978e28861c11a3490cee468f87d5b568851a) --- 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 | 2 +- .github/workflows/CompatHelper.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/readme.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4b75d1e..50bf22f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false - - uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360 + - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 7a72938..0dd2836 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -12,7 +12,7 @@ jobs: CompatHelper: runs-on: ubuntu-latest steps: - - uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360 + - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a with: version: '1.9' - name: "Install CompatHelper" diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1bf1744..b37a102 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360 + - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a with: version: '1' - uses: julia-actions/cache@8608484607cba0bdb5437a7bad85d6502499d029 # v2.0.4 diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 7c087d9..55b6363 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360 # v2.4.0 + - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a # v2.5.0 with: version: '1' - uses: julia-actions/cache@8608484607cba0bdb5437a7bad85d6502499d029 # v2.0.4