dependabot[bot] commited on
Commit
6238194
1 Parent(s): 6dfed1b

Bump julia-actions/cache from 1 to 2

Browse files

Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Commits](https://github.com/julia-actions/cache/compare/v1...v2)

---
updated-dependencies:
- dependency-name: julia-actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

.github/workflows/CI.yml CHANGED
@@ -52,7 +52,7 @@ jobs:
52
  with:
53
  version: ${{ matrix.julia-version }}
54
  - name: "Cache Julia"
55
- uses: julia-actions/cache@v1
56
  with:
57
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
58
  cache-packages: false
@@ -144,7 +144,7 @@ jobs:
144
  activate-environment: pysr-test
145
  environment-file: environment.yml
146
  - name: "Cache Julia"
147
- uses: julia-actions/cache@v1
148
  with:
149
  cache-name: ${{ matrix.os }}-conda-${{ matrix.python-version }}
150
  cache-packages: false
 
52
  with:
53
  version: ${{ matrix.julia-version }}
54
  - name: "Cache Julia"
55
+ uses: julia-actions/cache@v2
56
  with:
57
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
58
  cache-packages: false
 
144
  activate-environment: pysr-test
145
  environment-file: environment.yml
146
  - name: "Cache Julia"
147
+ uses: julia-actions/cache@v2
148
  with:
149
  cache-name: ${{ matrix.os }}-conda-${{ matrix.python-version }}
150
  cache-packages: false
.github/workflows/CI_Windows.yml CHANGED
@@ -40,7 +40,7 @@ jobs:
40
  with:
41
  version: ${{ matrix.julia-version }}
42
  - name: "Cache Julia"
43
- uses: julia-actions/cache@v1
44
  with:
45
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
  cache-packages: false
 
40
  with:
41
  version: ${{ matrix.julia-version }}
42
  - name: "Cache Julia"
43
+ uses: julia-actions/cache@v2
44
  with:
45
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
  cache-packages: false
.github/workflows/CI_mac.yml CHANGED
@@ -40,7 +40,7 @@ jobs:
40
  with:
41
  version: ${{ matrix.julia-version }}
42
  - name: "Cache Julia"
43
- uses: julia-actions/cache@v1
44
  with:
45
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
  cache-packages: false
 
40
  with:
41
  version: ${{ matrix.julia-version }}
42
  - name: "Cache Julia"
43
+ uses: julia-actions/cache@v2
44
  with:
45
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
  cache-packages: false