Skip to content

Commit 970f16c

Browse files
authored
Merge pull request #145 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 c9ae133 + ec1898e commit 970f16c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
102102
with:
103103
fetch-depth: 0
104-
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
104+
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
105105
with:
106106
miniforge-version: latest
107107
use-mamba: 'true'
@@ -237,7 +237,7 @@ jobs:
237237
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
238238
with:
239239
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
240-
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
240+
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
241241
with:
242242
miniforge-version: latest
243243
use-mamba: 'true'

0 commit comments

Comments
 (0)