From e64834b0a9fa680a4897ab03dff05314ea9216fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:00:34 +0000 Subject: [PATCH] Update pdm-project/setup-pdm action to v4 --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index abe7ebb..d630505 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up PDM - uses: pdm-project/setup-pdm@v3 + uses: pdm-project/setup-pdm@v4 with: python-version: "3.11" - name: Install dependencies