Skip to content

Commit

Permalink
Merge pull request #65 from jgraichen/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
jgraichen authored Jan 25, 2024
2 parents 5b41c73 + ff7351e commit 7270e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python }}
- run: pdm install --dev --no-self --no-default
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
- run: pdm install --dev --no-self --no-default
Expand Down

0 comments on commit 7270e21

Please sign in to comment.