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 85847bd + 043e7fd commit 5e4e972Copy full SHA for 5e4e972
.github/workflows/deploy-docs.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: checkout
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
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@v3
+ - uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
.github/workflows/tests.yml
fail-fast: false
0 commit comments