Skip to content

GTK 4.16.7 and other updates #1

GTK 4.16.7 and other updates

GTK 4.16.7 and other updates #1

Workflow file for this run

name: uv
on:
pull_request:
paths:
- 'pyproject.toml'
permissions:
contents: write
pull-requests: write
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
token: ${{ secrets.UV_LOCK_PAT }}
- uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5 # v0.4.17
with:
enable-cache: true
- run: uv lock
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_message: Regenerate uv.lock