Skip to content

Bump minimatch from 3.0.4 to 3.1.2 #2

Bump minimatch from 3.0.4 to 3.1.2

Bump minimatch from 3.0.4 to 3.1.2 #2

Workflow file for this run

name: UV Lock
on:
push:
branches:
- 'dependabot/**'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.4.30"
- run: uv lock
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update uv.lock