Skip to content

Commit

Permalink
chore(deps): update pdm-version to v2.16.1 (#743)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent 81410ab commit 9232e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
uses: pdm-project/setup-pdm@v4
env:
# renovate: datasource=pypi depName=pdm
PDM_VERSION: "2.15.4"
PDM_VERSION: "2.16.1"
with:
version: ${{ env.PDM_VERSION }}
python-version: ${{ inputs.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: ruff-format

- repo: https://github.com/pdm-project/pdm
rev: "2.15.4"
rev: "2.16.1"
hooks:
- id: pdm-lock-check

Expand Down

0 comments on commit 9232e4d

Please sign in to comment.