diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml index 9277546..f19881a 100644 --- a/.github/workflows/update-lockfiles.yml +++ b/.github/workflows/update-lockfiles.yml @@ -23,7 +23,7 @@ jobs: - name: Update lockfile run: pixi update - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "build: update lockfile"