From ab340710227fed178b84ecd665bf7b0a287dee41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:28:34 +0000 Subject: [PATCH] chore(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] --- .github/workflows/cqa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cqa.yml b/.github/workflows/cqa.yml index 98db9f6fbea..06074749475 100644 --- a/.github/workflows/cqa.yml +++ b/.github/workflows/cqa.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up PDM - uses: pdm-project/setup-pdm@v3 + uses: pdm-project/setup-pdm@v4 with: cache: true python-version: '3.11'