Skip to content

Update pixi lockfile #20

Update pixi lockfile

Update pixi lockfile #20

name: Update pixi lockfile
on:
schedule:
# Run every Monday at 9:00 AM UTC
- cron: '0 9 * * MON'
workflow_dispatch:
jobs:
update-lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.3
- name: Update lockfile
run: |
pixi update
- name: Create Pull Request
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'chore: update pixi lockfile'
title: 'chore: update pixi lockfile'
body: |
This PR updates the pixi lockfile with the latest versions of dependencies.
Please review the changes and merge if everything looks good.
Auto-generated by the update-lockfile workflow.
branch: update-pixi-lockfile
delete-branch: true