3030 run :
3131 shell : bash -l {0}
3232 steps :
33- - uses : actions/checkout@v2
33+ - uses : actions/checkout@v4
3434 - name : Cache conda
35- uses : actions/cache@v1
35+ uses : actions/cache@v4
3636 env :
3737 # Increase this value to reset cache if environment-test.yml has not changed
3838 CACHE_NUMBER : 0
4141 key : ${{ runner.os }}-py${{matrix.python-version}}-conda-${{ env.CACHE_NUMBER }}-${{
4242 hashFiles('conda-envs/environment-test.yml') }}
4343 - name : Cache multiple paths
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 env :
4646 # Increase this value to reset cache if requirements.txt has not changed
4747 CACHE_NUMBER : 0
5252 ~\AppData\Local\pip\Cache
5353 key : ${{ runner.os }}-build-${{ matrix.python-version }}-${{
5454 hashFiles('requirements.txt') }}
55- - uses : conda-incubator/setup-miniconda@v2
55+ - uses : conda-incubator/setup-miniconda@v3
5656 with :
5757 miniforge-variant : Mambaforge
5858 miniforge-version : latest
9494 run :
9595 shell : cmd
9696 steps :
97- - uses : actions/checkout@v2
97+ - uses : actions/checkout@v4
9898 - name : Cache conda
99- uses : actions/cache@v1
99+ uses : actions/cache@v4
100100 env :
101101 # Increase this value to reset cache if conda-envs/windows-environment-test.yml has not changed
102102 CACHE_NUMBER : 0
@@ -105,7 +105,7 @@ jobs:
105105 key : ${{ runner.os }}-py${{matrix.python-version}}-conda-${{ env.CACHE_NUMBER }}-${{
106106 hashFiles('conda-envs/windows-environment-test.yml') }}
107107 - name : Cache multiple paths
108- uses : actions/cache@v2
108+ uses : actions/cache@v4
109109 env :
110110 # Increase this value to reset cache if requirements.txt has not changed
111111 CACHE_NUMBER : 0
@@ -116,7 +116,7 @@ jobs:
116116 ~\AppData\Local\pip\Cache
117117 key : ${{ runner.os }}-build-${{ matrix.python-version }}-${{
118118 hashFiles('requirements.txt') }}
119- - uses : conda-incubator/setup-miniconda@v2
119+ - uses : conda-incubator/setup-miniconda@v3
120120 with :
121121 miniforge-variant : Mambaforge
122122 miniforge-version : latest
0 commit comments