We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checkout
setup-python
1 parent de2b36b commit 212d723Copy full SHA for 212d723
1 file changed
.github/workflows/run-tests.yaml
@@ -25,8 +25,8 @@ jobs:
25
steps:
26
27
# Setup Python/pip
28
- - uses: actions/checkout@v4
29
- - uses: conda-incubator/setup-miniconda@v3
+ - uses: actions/checkout@v5
+ - uses: conda-incubator/setup-miniconda@v3.2.0
30
with:
31
channels: conda-forge, conda-forge/label/python_rc
32
miniforge-version: latest
0 commit comments