Skip to content

Commit 52ae701

Browse files
authored
Merge pull request #316 from IntelPython/dependabot/github_actions/conda-incubator/setup-miniconda-4.0.1
Bump conda-incubator/setup-miniconda from 3.3.0 to 4.0.1
2 parents 2faa091 + 1ac2141 commit 52ae701

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_pip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737

38-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
38+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
3939
with:
4040
miniforge-version: latest
4141
channels: conda-forge

.github/workflows/conda-package-cf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
with:
183183
fetch-depth: 0
184184

185-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
185+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
186186
with:
187187
miniforge-version: latest
188188
activate-environment: build
@@ -245,7 +245,7 @@ jobs:
245245
with:
246246
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
247247

248-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
248+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
249249
with:
250250
miniforge-version: latest
251251
channels: conda-forge

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
with:
172172
fetch-depth: 0
173173

174-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
174+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
175175
with:
176176
miniforge-version: latest
177177
activate-environment: build
@@ -233,7 +233,7 @@ jobs:
233233
with:
234234
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
235235

236-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
236+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
237237
with:
238238
miniforge-version: latest
239239
channels: conda-forge

0 commit comments

Comments
 (0)