We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11b2031 + 59143bc commit 4330674Copy full SHA for 4330674
3 files changed
.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
@@ -13,7 +13,7 @@ jobs:
13
packages:
14
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
.github/workflows/tests.yml
fail-fast: false
0 commit comments