Skip to content

Commit

Permalink
build(deps): bump pdm-project/setup-pdm from 3 to 4
Browse files Browse the repository at this point in the history
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](pdm-project/setup-pdm@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>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent c86f8a6 commit bcd1016
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: "3.11"

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: "3.11"

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: ${{ inputs.python-version }}

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit bcd1016

Please sign in to comment.