Skip to content

Commit f323b4b

Browse files
Update pdm-project/setup-pdm action to v4 (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aba5b0c commit f323b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353

5454
- name: Setup PDM
55-
uses: pdm-project/setup-pdm@v3
55+
uses: pdm-project/setup-pdm@v4
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
cache: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
version: latest
4343

4444
- name: Setup PDM
45-
uses: pdm-project/setup-pdm@v3
45+
uses: pdm-project/setup-pdm@v4
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
cache: true

0 commit comments

Comments
 (0)