Skip to content

build(deps): bump astral-sh/setup-uv from 6.1.0 to 6.3.0 in the actions group #371

build(deps): bump astral-sh/setup-uv from 6.1.0 to 6.3.0 in the actions group

build(deps): bump astral-sh/setup-uv from 6.1.0 to 6.3.0 in the actions group #371

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false
- uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v5
- name: lint
run: make lint