Skip to content

Commit a202859

Browse files
authored
Merge pull request #2301 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 15d62ab + 7a6f26b commit a202859

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
fetch-depth: 0
101101

102-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
102+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
103103
with:
104104
miniforge-version: latest
105105
activate-environment: build
@@ -272,7 +272,7 @@ jobs:
272272
with:
273273
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
274274

275-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
275+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
276276
with:
277277
miniforge-version: latest
278278
channels: conda-forge
@@ -479,7 +479,7 @@ jobs:
479479
with:
480480
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
481481

482-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
482+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
483483
with:
484484
miniforge-version: latest
485485
channels: conda-forge
@@ -674,7 +674,7 @@ jobs:
674674
run:
675675
shell: bash -el {0}
676676
steps:
677-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
677+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
678678
with:
679679
run-post: false
680680
channel-priority: "disabled"

.github/workflows/run-tests-from-dppy-bits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
echo ${{ env.CHANNELS }}
9898
99-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
99+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
100100
with:
101101
miniforge-version: latest
102102
channels: conda-forge

0 commit comments

Comments
 (0)