Skip to content

Commit

Permalink
docs: bump peter-evans/create-pull-request action to v7 (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero authored Oct 17, 2024
1 parent 1493343 commit 2894275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/updates_github_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
set -o pipefail
pixi update --json | pixi exec pixi-diff-to-markdown >> diff.md
- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update pixi lockfile
Expand Down

0 comments on commit 2894275

Please sign in to comment.