From 99ec499aa6e2c76d0dbc6fb80bb6915d00290eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:27:04 -0400 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#2011) --- .github/workflows/pixi_auto_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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