Skip to content

Commit 8fc3760

Browse files
chore(deps): update pdm-project/setup-pdm action to v4
1 parent efe7708 commit 8fc3760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-python-environment/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
uses: actions/checkout@v4
2222

2323
- name: Setup python ${{ inputs.python-version }}
24-
uses: pdm-project/setup-pdm@v3
24+
uses: pdm-project/setup-pdm@v4
2525
with:
2626
python-version: ${{ inputs.python-version }} # Version range or exact version of a Python version to use, the same as actions/setup-python
2727
# architecture: x64 # The target architecture (x86, x64) of the Python interpreter. the same as actions/setup-python

0 commit comments

Comments
 (0)