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 4dcb9d5 + 85b6156 commit e0ec1f3Copy full SHA for e0ec1f3
.github/workflows/deploy-docs.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0
21
22
- name: Setup Micromamba
23
- uses: mamba-org/provision-with-micromamba@main
+ uses: mamba-org/provision-with-micromamba@v13
24
with:
25
environment-file: false
26
.github/workflows/pypi.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
18
- name: Set up Python
19
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
python-version: "3.x"
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
0 commit comments