Skip to content

Commit 9c023b3

Browse files
Merge pull request #98 from IntelPython/dependabot/github_actions/conda-incubator/setup-miniconda-3
Bump conda-incubator/setup-miniconda from 2 to 3
2 parents 8e7175f + c8984ae commit 9c023b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- uses: actions/checkout@v3
132132
with:
133133
fetch-depth: 0
134-
- uses: conda-incubator/setup-miniconda@v2
134+
- uses: conda-incubator/setup-miniconda@v3
135135
with:
136136
auto-activate-base: true
137137
conda-build-version: "*"
@@ -178,7 +178,7 @@ jobs:
178178
uses: actions/download-artifact@v3
179179
with:
180180
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
181-
- uses: conda-incubator/setup-miniconda@v2
181+
- uses: conda-incubator/setup-miniconda@v3
182182
with:
183183
auto-update-conda: true
184184
conda-build-version: '*'

0 commit comments

Comments
 (0)