Skip to content

Commit

Permalink
Update setup-pdm CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Apr 2, 2024
1 parent b5814ec commit df94ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }} & PDM
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
cache: true
Expand All @@ -43,7 +43,7 @@ jobs:
linksToSkip: "https://pypi.org/project/pelican-featured-image/"

- name: Set up Python & PDM
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.10"
cache: true
Expand Down

0 comments on commit df94ae1

Please sign in to comment.