We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9187690 + 33a117c commit 99fbb58Copy full SHA for 99fbb58
3 files changed
.github/workflows/build-docs.yml
@@ -11,7 +11,7 @@ jobs:
11
deploy:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Set up Python
16
uses: actions/setup-python@v4
17
with:
.github/workflows/pytest.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
24
25
26
- name: Set up PDM
27
uses: pdm-project/setup-pdm@v3
28
.github/workflows/python-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
build-and-publish:
0 commit comments