Skip to content

Commit

Permalink
chore(deps): update pdm-project/setup-pdm action to v4 (#1963)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pdm-project/setup-pdm](https://togithub.com/pdm-project/setup-pdm) |
action | major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>pdm-project/setup-pdm (pdm-project/setup-pdm)</summary>

### [`v4`](https://togithub.com/pdm-project/setup-pdm/releases/tag/v4)

[Compare
Source](https://togithub.com/pdm-project/setup-pdm/compare/v3...v4)

#### What's Changed

- build(node): update dependencies and build to target Node 20 by
[@&#8203;noirbizarre](https://togithub.com/noirbizarre) in
[https://github.com/pdm-project/setup-pdm/pull/46](https://togithub.com/pdm-project/setup-pdm/pull/46)
- chore: update project and lock files by
[@&#8203;frostming](https://togithub.com/frostming) in
[https://github.com/pdm-project/setup-pdm/pull/47](https://togithub.com/pdm-project/setup-pdm/pull/47)
- feat: support python-version-file input by
[@&#8203;frostming](https://togithub.com/frostming) in
[https://github.com/pdm-project/setup-pdm/pull/48](https://togithub.com/pdm-project/setup-pdm/pull/48)

#### New Contributors

- [@&#8203;noirbizarre](https://togithub.com/noirbizarre) made their
first contribution in
[https://github.com/pdm-project/setup-pdm/pull/46](https://togithub.com/pdm-project/setup-pdm/pull/46)

**Full Changelog**:
pdm-project/setup-pdm@v3.3...v4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rustymotors/server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
drazisil authored Jun 22, 2024
2 parents b0e3127 + b43a370 commit 8e5537c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up PDM
uses: pdm-project/setup-pdm@ddc33ca746b5716353581f988b29464200212702 # v3
uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 8e5537c

Please sign in to comment.