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 0ef7e67 commit 75f9636Copy full SHA for 75f9636
.github/workflows/update_lockfiles.yml
@@ -23,7 +23,7 @@ jobs:
23
pixi global install pixi-diff-to-markdown
24
pixi update --json --no-install | pixi-diff-to-markdown >> diff.md
25
- name: Create pull request
26
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
27
with:
28
token: ${{ secrets.GITHUB_TOKEN }}
29
commit-message: Update pixi lockfile
0 commit comments