We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe7708 commit 8fc3760Copy full SHA for 8fc3760
.github/actions/setup-python-environment/action.yaml
@@ -21,7 +21,7 @@ runs:
21
uses: actions/checkout@v4
22
23
- name: Setup python ${{ inputs.python-version }}
24
- uses: pdm-project/setup-pdm@v3
+ uses: pdm-project/setup-pdm@v4
25
with:
26
python-version: ${{ inputs.python-version }} # Version range or exact version of a Python version to use, the same as actions/setup-python
27
# architecture: x64 # The target architecture (x86, x64) of the Python interpreter. the same as actions/setup-python
0 commit comments