Skip to content

Commit

Permalink
Merge pull request #73 from vlaci/renovate/pdm-project-setup-pdm-4.x
Browse files Browse the repository at this point in the history
chore(deps): update pdm-project/setup-pdm action to v4
  • Loading branch information
vlaci authored Nov 17, 2024
2 parents 3043c15 + 301f6d8 commit bad3986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
with:
name: wheels
path: dist
- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Setup PDM
- name: Test wheels
if: ${{ matrix.target == 'x64' }}
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
with:
name: wheels
path: dist
- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Setup PDM
- name: Test wheels
if: ${{ matrix.target == 'x86_64' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Setup PDM
with:
python-version: "3.10"
Expand Down

0 comments on commit bad3986

Please sign in to comment.