diff --git a/.github/workflows/pixi-update-lock.yml b/.github/workflows/pixi-update-lock.yml index a141aa751..1039b220c 100644 --- a/.github/workflows/pixi-update-lock.yml +++ b/.github/workflows/pixi-update-lock.yml @@ -18,7 +18,7 @@ jobs: run: | rm pixi.lock pixi install - - uses: peter-evans/create-pull-request@v5 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pixi-lock diff --git a/.github/workflows/update-latest-releases.yml b/.github/workflows/update-latest-releases.yml index 142c8a765..f483d2655 100644 --- a/.github/workflows/update-latest-releases.yml +++ b/.github/workflows/update-latest-releases.yml @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: Automatic update of latest releases versions committer: GitHub