From 369817ceb1073c15d2e90cae1a7c6a642c45f25a Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Thu, 23 Nov 2023 14:55:59 +0000 Subject: [PATCH] Chore: Set PDM version to 2.10.3 Signed-off-by: Matthew Watkins --- .github/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index b1e47a53..93a913c3 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -27,7 +27,7 @@ jobs: - name: "Setup PDM for build commands" uses: pdm-project/setup-pdm@v3 with: - version: latest + version: 2.10.3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4