Skip to content

Commit 9546e74

Browse files
authored
Merge pull request #621 from MilesCranmer/dependabot/github_actions/julia-actions/cache-2
Bump julia-actions/cache from 1 to 2
2 parents 6dfed1b + 6238194 commit 9546e74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
version: ${{ matrix.julia-version }}
5454
- name: "Cache Julia"
55-
uses: julia-actions/cache@v1
55+
uses: julia-actions/cache@v2
5656
with:
5757
cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
5858
cache-packages: false
@@ -144,7 +144,7 @@ jobs:
144144
activate-environment: pysr-test
145145
environment-file: environment.yml
146146
- name: "Cache Julia"
147-
uses: julia-actions/cache@v1
147+
uses: julia-actions/cache@v2
148148
with:
149149
cache-name: ${{ matrix.os }}-conda-${{ matrix.python-version }}
150150
cache-packages: false

.github/workflows/CI_Windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
version: ${{ matrix.julia-version }}
4242
- name: "Cache Julia"
43-
uses: julia-actions/cache@v1
43+
uses: julia-actions/cache@v2
4444
with:
4545
cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
4646
cache-packages: false

.github/workflows/CI_mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
version: ${{ matrix.julia-version }}
4242
- name: "Cache Julia"
43-
uses: julia-actions/cache@v1
43+
uses: julia-actions/cache@v2
4444
with:
4545
cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
4646
cache-packages: false

0 commit comments

Comments
 (0)