fix(deps): bump pdm-project/setup-pdm from 3 to 4

Bumps [pdm-project/setup-pdm](https://github.com/pdm-project/setup-pdm) from 3 to 4.
- [Release notes](https://github.com/pdm-project/setup-pdm/releases)
- [Commits](https://github.com/pdm-project/setup-pdm/compare/v3...v4)

---
updated-dependencies:
- dependency-name: pdm-project/setup-pdm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-04 17:38:58 +00:00
committed by Sebastian Thomschke
parent df92206f8c
commit ca539cdd92

View File

@@ -86,7 +86,7 @@ jobs:
- name: "Install Python and PDM" # https://github.com/pdm-project/setup-pdm - name: "Install Python and PDM" # https://github.com/pdm-project/setup-pdm
uses: pdm-project/setup-pdm@v3 uses: pdm-project/setup-pdm@v4
with: with:
python-version: "${{ matrix.PYTHON_VERSION }}" python-version: "${{ matrix.PYTHON_VERSION }}"
cache: true cache: true