We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13cd7ee + 4473f09 commit 4e946d2Copy full SHA for 4e946d2
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v4
22
- name: Set up Python
23
- uses: pdm-project/setup-pdm@v3
+ uses: pdm-project/setup-pdm@v4
24
with:
25
python-version: ${{ env.PYTHON_VERSION }}
26
cache: true
.github/workflows/test.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
python-version: ${{ matrix.python-version }}
34
0 commit comments