Skip to content

Commit

Permalink
chore(deps): bump pdm-project/setup-pdm from 3 to 4 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Jan 25, 2024
2 parents cc96095 + 1aba6e8 commit f006c48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: "3.11"
allow-prereleases: true

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Setup PDM
with:
python-version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
python-version: "3.11"
allow-prereleases: true

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Setup PDM
with:
python-version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.11"
allow-prereleases: true

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Setup PDM
with:
python-version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: "3.11"

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Setup PDM
with:
python-version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: ${{ inputs.python-version }}
allow-prereleases: true

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Setup PDM
with:
python-version: 3.11
Expand Down

0 comments on commit f006c48

Please sign in to comment.