MilesCranmer commited on
Commit
9546e74
2 Parent(s): 6dfed1b 6238194

Merge pull request #621 from MilesCranmer/dependabot/github_actions/julia-actions/cache-2

Browse files
.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