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 e36abeb + 3afcc7b commit 70587dcCopy full SHA for 70587dc
.github/workflows/deploy-docs.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
with:
20
fetch-depth: 0
21
.github/workflows/pypi.yml
@@ -17,7 +17,7 @@ jobs:
packages:
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Set up Python
23
uses: actions/setup-python@v5
.github/workflows/tests.yml
fail-fast: false
- name: Setup Micromamba for Python ${{ matrix.python-version }}
uses: mamba-org/setup-micromamba@v2
0 commit comments