File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
conda env create -f environment.yml
27
27
28
28
- name : Cache conda environment cache
29
- uses : actions/cache@v2
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : C:\Miniconda\envs\diff_check
32
32
key : ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}
73
73
python-version : 3.9.1
74
74
75
75
- name : Restore conda environment cache
76
- uses : actions/cache@v2
76
+ uses : actions/cache@v4
77
77
with :
78
78
path : C:\Miniconda\envs\diff_check
79
79
key : ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}
Original file line number Diff line number Diff line change 19
19
auto-update-conda : true
20
20
python-version : 3.9.1
21
21
- name : Cache conda environment cache
22
- uses : actions/cache@v2
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : C:\Miniconda\envs\diff_check
25
25
key : ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}
32
32
conda env create -f environment.yml
33
33
34
34
- name : Cache pre-commit hooks
35
- uses : actions/cache@v2
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/.cache/pre-commit
38
38
key : ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
You can’t perform that action at this time.
0 commit comments