File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v6
2525
2626 - name : (Python Setup) Use version ${{ matrix.python }} with Conda package manager Miniforge
27- uses : conda-incubator/setup-miniconda@v3
27+ uses : conda-incubator/setup-miniconda@v4
2828 with :
2929 python-version : ${{ matrix.python }}
3030 miniforge-version : ${{ matrix.miniforge }}
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 - name : (Python Setup) Use version ${{ matrix.python }} with Conda package manager Miniforge
195195 if : inputs.python-package-manager == 'conda'
196196 id : prepare-conda-environment
197- uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3
197+ uses : conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4
198198 with :
199199 python-version : ${{ matrix.python }}
200200 miniforge-version : ${{ matrix.miniforge }}
You can’t perform that action at this time.
0 commit comments