Skip to content

Commit f1e3ac3

Browse files
authored
Merge branch 'master' into dependabot/github_actions/github/codeql-action-3.28.19
2 parents cbae0d5 + 3b0498c commit f1e3ac3

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
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9292
with:
9393
fetch-depth: 0
94-
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
94+
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
9595
with:
9696
conda-remove-defaults: true
9797
auto-activate-base: true
@@ -216,7 +216,7 @@ jobs:
216216
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
217217
with:
218218
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
219-
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
219+
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
220220
with:
221221
conda-remove-defaults: true
222222
auto-activate-base: true

0 commit comments

Comments
 (0)