Skip to content

Commit

Permalink
[dependabot] Chore: Bump pdm-project/setup-pdm from 4.1 to 4.2
Browse files Browse the repository at this point in the history
Bumps [pdm-project/setup-pdm](https://github.com/pdm-project/setup-pdm) from 4.1 to 4.2.
- [Release notes](https://github.com/pdm-project/setup-pdm/releases)
- [Commits](pdm-project/setup-pdm@v4.1...v4.2)

---
updated-dependencies:
- dependency-name: pdm-project/setup-pdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ModeSevenIndustrialSolutions committed Dec 16, 2024
1 parent 0bbed30 commit 52f0862
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v4.1
uses: pdm-project/setup-pdm@v4.2
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: "3.11"

- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v4.1
uses: pdm-project/setup-pdm@v4.2

- name: "Install dependencies"
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4.1
uses: pdm-project/setup-pdm@v4.2

- name: 'Setup Python 3.10'
uses: actions/[email protected]
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
rm dist/*.sig*
- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4.1
uses: pdm-project/setup-pdm@v4.2

- name: 'Publish release to PyPI'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v4.1
uses: pdm-project/setup-pdm@v4.2
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ env.python-version }}

- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v4.1
uses: pdm-project/setup-pdm@v4.2
with:
python-version: ${{ env.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v4.1
uses: pdm-project/setup-pdm@v4.2
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 52f0862

Please sign in to comment.