File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 conda env create -f environment.yml
2727
2828 - name : Cache conda environment cache
29- uses : actions/cache@v2
29+ uses : actions/cache@v4
3030 with :
3131 path : C:\Miniconda\envs\diff_check
3232 key : ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}
7373 python-version : 3.9.1
7474
7575 - name : Restore conda environment cache
76- uses : actions/cache@v2
76+ uses : actions/cache@v4
7777 with :
7878 path : C:\Miniconda\envs\diff_check
7979 key : ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}
Original file line number Diff line number Diff line change 1919 auto-update-conda : true
2020 python-version : 3.9.1
2121 - name : Cache conda environment cache
22- uses : actions/cache@v2
22+ uses : actions/cache@v4
2323 with :
2424 path : C:\Miniconda\envs\diff_check
2525 key : ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}
3232 conda env create -f environment.yml
3333
3434 - name : Cache pre-commit hooks
35- uses : actions/cache@v2
35+ uses : actions/cache@v4
3636 with :
3737 path : ~/.cache/pre-commit
3838 key : ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
You can’t perform that action at this time.
0 commit comments