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 33185ce commit 4a889adCopy full SHA for 4a889ad
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: [3.11, 3.12, 3.13]
21
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
with:
25
fetch-depth: 0
26
@@ -75,7 +75,7 @@ jobs:
75
runs-on: ubuntu-latest
76
77
- name: Checkout source
78
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
79
- name: Set up Python
80
uses: actions/setup-python@v5
81
.github/workflows/ci_np2.yml
@@ -12,7 +12,7 @@ jobs:
12
max-parallel: 5
13
14
15
16
- uses: conda-incubator/setup-miniconda@v3
17
18
auto-update-conda: true
0 commit comments