We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7370981 commit 99ec499Copy full SHA for 99ec499
.github/workflows/pixi_auto_update.yml
@@ -24,7 +24,7 @@ jobs:
24
printf "Update pixi dependencies to the latest version\n\n" >> diff.md
25
pixi update --json | pixi exec pixi-diff-to-markdown >> diff.md
26
27
- - uses: peter-evans/create-pull-request@v6
+ - uses: peter-evans/create-pull-request@v7
28
with:
29
token: ${{ secrets.GITHUB_TOKEN }}
30
branch: update/pixi-lock
0 commit comments