Skip to content

Commit 3e8d4ee

Browse files
authored
Merge pull request #268 from IntelPython/dependabot/github_actions/conda-incubator/setup-miniconda-3.3.0
Bump conda-incubator/setup-miniconda from 3.2.0 to 3.3.0
2 parents bb19817 + cde9a47 commit 3e8d4ee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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@835234971496cad1653abb28a638a281cf32541f # v3.2.0
38+
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
3939
with:
4040
use-mamba: true
4141
miniforge-version: latest

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
with:
175175
fetch-depth: 0
176176

177-
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
177+
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
178178
with:
179179
miniforge-version: latest
180180
activate-environment: build
@@ -240,7 +240,7 @@ jobs:
240240
with:
241241
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python_ver }}
242242

243-
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
243+
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
244244
with:
245245
miniforge-version: latest
246246
activate-environment: ${{ env.TEST_ENV_NAME }}

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
fetch-depth: 0
169169

170-
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
170+
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
171171
with:
172172
miniforge-version: latest
173173
activate-environment: build
@@ -234,7 +234,7 @@ jobs:
234234
with:
235235
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
236236

237-
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
237+
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
238238
with:
239239
miniforge-version: latest
240240
activate-environment: ${{ env.TEST_ENV_NAME }}

0 commit comments

Comments
 (0)