We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 470d30b + 207abcd commit 62a58abCopy full SHA for 62a58ab
1 file changed
.github/workflows/commit_checks.yaml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
fetch-depth: 0 # Get full history with tags (required for setuptools-scm)
42
- name: Set up Python ${{ matrix.python-version }}
43
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
+ uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
44
45
python-version: ${{ matrix.python-version }}
46
channels: defaults
0 commit comments