8000 build(deps): bump astral-sh/setup-uv in the actions group (#171) · sigstore/gh-action-sigstore-python@42bbcff · GitHub
[go: up one dir, main page]

Skip to content

build(deps): bump astral-sh/setup-uv in the actions group (#171) #358

build(deps): bump astral-sh/setup-uv in the actions group (#171)

build(deps): bump astral-sh/setup-uv in the actions group (#171) #358

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@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v5
- name: lint
run: make lint
0