Skip to content

Commit 4e946d2

Browse files
Merge pull request #511 from laughingman7743/update_github_actions
Update github actions
2 parents 13cd7ee + 4473f09 commit 4e946d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- name: Set up Python
23-
uses: pdm-project/setup-pdm@v3
23+
uses: pdm-project/setup-pdm@v4
2424
with:
2525
python-version: ${{ env.PYTHON_VERSION }}
2626
cache: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Set up Python
31-
uses: pdm-project/setup-pdm@v3
31+
uses: pdm-project/setup-pdm@v4
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
cache: true

0 commit comments

Comments
 (0)