diff --git a/.github/workflows/pixi_auto_update.yml b/.github/workflows/pixi_auto_update.yml index 6089b456f52..56d1bda8a01 100644 --- a/.github/workflows/pixi_auto_update.yml +++ b/.github/workflows/pixi_auto_update.yml @@ -24,7 +24,7 @@ jobs: printf "Update pixi dependencies to the latest version\n\n" >> diff.md pixi update --json | pixi exec pixi-diff-to-markdown >> diff.md - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pixi-lock