Spaces:
Sleeping
Sleeping
dependabot[bot]
dependabot[bot]
commited on
Commit
•
6da5944
1
Parent(s):
46227e8
Bump julia-actions/setup-julia from 1 to 2 (#591)
Browse filesBumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Commits](https://github.com/julia-actions/setup-julia/compare/v1...v2)
---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/CI.yml
CHANGED
@@ -48,7 +48,7 @@ jobs:
|
|
48 |
steps:
|
49 |
- uses: actions/checkout@v4
|
50 |
- name: "Set up Julia"
|
51 |
-
uses: julia-actions/setup-julia@
|
52 |
with:
|
53 |
version: ${{ matrix.julia-version }}
|
54 |
- name: "Cache Julia"
|
|
|
48 |
steps:
|
49 |
- uses: actions/checkout@v4
|
50 |
- name: "Set up Julia"
|
51 |
+
uses: julia-actions/setup-julia@v2
|
52 |
with:
|
53 |
version: ${{ matrix.julia-version }}
|
54 |
- name: "Cache Julia"
|
.github/workflows/CI_Windows.yml
CHANGED
@@ -36,7 +36,7 @@ jobs:
|
|
36 |
steps:
|
37 |
- uses: actions/checkout@v4
|
38 |
- name: "Set up Julia"
|
39 |
-
uses: julia-actions/setup-julia@
|
40 |
with:
|
41 |
version: ${{ matrix.julia-version }}
|
42 |
- name: "Cache Julia"
|
|
|
36 |
steps:
|
37 |
- uses: actions/checkout@v4
|
38 |
- name: "Set up Julia"
|
39 |
+
uses: julia-actions/setup-julia@v2
|
40 |
with:
|
41 |
version: ${{ matrix.julia-version }}
|
42 |
- name: "Cache Julia"
|
.github/workflows/CI_large_nightly.yml
CHANGED
@@ -30,7 +30,7 @@ jobs:
|
|
30 |
steps:
|
31 |
- uses: actions/checkout@v4
|
32 |
- name: "Set up Julia"
|
33 |
-
uses: julia-actions/setup-julia@
|
34 |
with:
|
35 |
version: ${{ matrix.julia-version }}
|
36 |
- name: "Set up Python"
|
|
|
30 |
steps:
|
31 |
- uses: actions/checkout@v4
|
32 |
- name: "Set up Julia"
|
33 |
+
uses: julia-actions/setup-julia@v2
|
34 |
with:
|
35 |
version: ${{ matrix.julia-version }}
|
36 |
- name: "Set up Python"
|
.github/workflows/CI_mac.yml
CHANGED
@@ -36,7 +36,7 @@ jobs:
|
|
36 |
steps:
|
37 |
- uses: actions/checkout@v4
|
38 |
- name: "Set up Julia"
|
39 |
-
uses: julia-actions/setup-julia@
|
40 |
with:
|
41 |
version: ${{ matrix.julia-version }}
|
42 |
- name: "Cache Julia"
|
|
|
36 |
steps:
|
37 |
- uses: actions/checkout@v4
|
38 |
- name: "Set up Julia"
|
39 |
+
uses: julia-actions/setup-julia@v2
|
40 |
with:
|
41 |
version: ${{ matrix.julia-version }}
|
42 |
- name: "Cache Julia"
|