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 eb9d86e + d5904b1 commit 2cb74e5Copy full SHA for 2cb74e5
.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
@@ -13,7 +13,7 @@ jobs:
13
packages:
14
runs-on: ubuntu-latest
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
.github/workflows/tests.yml
fail-fast: false
0 commit comments