Skip to content

Commit

Permalink
Merge pull request #773 from JohnStrunk/dep2
Browse files Browse the repository at this point in the history
Capture output of package upgrade
  • Loading branch information
mergify[bot] authored Feb 8, 2025
2 parents 04d1590 + 6517423 commit c3cab35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Update dependencies
shell: bash
run: uv lock --upgrade --resolution=highest --no-progress > packages.txt
run: uv lock --upgrade --resolution=highest --no-progress 2>&1 > packages.txt

- name: Create update text
shell: bash
Expand Down

0 comments on commit c3cab35

Please sign in to comment.