There was an error while loading. Please reload this page.
1 parent 1891129 commit f99fd7cCopy full SHA for f99fd7c
1 file changed
.github/workflows/build.yml
@@ -21,22 +21,22 @@ jobs:
21
# have not changed
22
CACHE_NUMBER: 0
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
25
- name: Checkout and setup python
26
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
27
with:
28
python-version: '3.10'
29
architecture: 'x64'
30
31
- name: Cache conda
32
- uses: actions/cache@v2
+ uses: actions/cache@v4
33
34
- path: ~/conda_pkgs_dir # from: conda-incubator/setup-miniconda@v2
+ path: ~/conda_pkgs_dir
35
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
36
hashFiles('conda.yml') }}
37
38
- name: Cache pip
39
40
41
path: ${{ matrix.pip_cache_path }}
42
key: ${{ runner.os }}-pip--${{ env.CACHE_NUMBER }}-${{
0 commit comments