Skip to content

Commit

Permalink
chore(deps): bump pdm-project/setup-pdm from 3 to 4 (#496)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 46ecdc6 commit 1078230
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create cache file
run: echo '${{ matrix.pydantic-version }}-${{ matrix.sqla-version }}' > ./matrix-file.txt

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
with:
python-version: "3.12"

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

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: "3.12"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: "3.12"

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: "3.12"
Expand All @@ -44,7 +44,7 @@ jobs:
with:
python-version: "3.12"

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: "3.12"
Expand Down

0 comments on commit 1078230

Please sign in to comment.