Skip to content

Commit

Permalink
chore(deps): update pdm-project/setup-pdm action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent efe7708 commit 8fc3760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
uses: actions/checkout@v4

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

0 comments on commit 8fc3760

Please sign in to comment.