Skip to content

Commit 58eff34

Browse files
authored
Merge pull request #123 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 8145919 + da75968 commit 58eff34

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
fetch-depth: 0
115115

116-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
116+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
117117
with:
118118
miniforge-version: latest
119119
activate-environment: build
@@ -262,7 +262,7 @@ jobs:
262262
with:
263263
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
264264

265-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
265+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
266266
with:
267267
miniforge-version: latest
268268
channels: conda-forge

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
fetch-depth: 0
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
activate-environment: build
@@ -247,7 +247,7 @@ jobs:
247247
with:
248248
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
249249

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

0 commit comments

Comments
 (0)