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.
1 parent 166c91e commit 0f09528Copy full SHA for 0f09528
.github/workflows/release_to_pypi.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout source
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
- name: Set up Python
18
uses: actions/setup-python@v5
.github/workflows/tests.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
39
- name: checkout repo
40
41
42
- name: setup micromamba
43
uses: mamba-org/setup-micromamba@v2
0 commit comments