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