Skip to content

Commit a860440

Browse files
Bump pdm-project/setup-pdm from 3 to 4 (#7)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee37665 commit a860440

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: "3.11"
1818

19-
- uses: pdm-project/setup-pdm@v3
19+
- uses: pdm-project/setup-pdm@v4
2020
name: Set up PDM
2121
with:
2222
python-version: "3.11"

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: "3.11"
1919

20-
- uses: pdm-project/setup-pdm@v3
20+
- uses: pdm-project/setup-pdm@v4
2121
name: Set up PDM
2222
with:
2323
python-version: "3.11"

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version: ${{ inputs.python-version }}
3333

34-
- uses: pdm-project/setup-pdm@v3
34+
- uses: pdm-project/setup-pdm@v4
3535
name: Set up PDM
3636
with:
3737
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)