Skip to content

Commit

Permalink
update pyprojectx dependencies in the dependency bump job
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jul 1, 2024
1 parent 77e7dd5 commit 9d38819
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update dependencies
- name: Update pyprojectx dependencies
run: ./pw --lock
- name: Update pdm dependencies
uses: pdm-project/update-deps-action@v1.8
with:
commit-message: "Update pdm.lock"
Expand Down

0 comments on commit 9d38819

Please # to comment.