From 8fc3760b87a63880981dd3e6e4bf3784dcb981fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 07:28:21 +0000 Subject: [PATCH] chore(deps): update pdm-project/setup-pdm action to v4 --- .github/actions/setup-python-environment/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-python-environment/action.yaml b/.github/actions/setup-python-environment/action.yaml index b864d8e..0766a70 100644 --- a/.github/actions/setup-python-environment/action.yaml +++ b/.github/actions/setup-python-environment/action.yaml @@ -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