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 90c0734 commit df19fb8Copy full SHA for df19fb8
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout source
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
with:
25
fetch-depth: 0
26
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: actions/setup-python@v5
18
- uses: pre-commit/[email protected]
19
@@ -42,7 +42,7 @@ jobs:
42
os: ubuntu-latest
43
44
45
46
47
- name: Setup Conda
48
uses: conda-incubator/setup-miniconda@v3
0 commit comments