From ca539cdd9266de6d742c4fee0e91d4003609782f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:38:58 +0000 Subject: [PATCH] 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] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad4543b..2e05a2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: - 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: python-version: "${{ matrix.PYTHON_VERSION }}" cache: true