Skip to content

build(deps-dev): bump gitpython from 3.1.57 to 3.1.58 #17944

build(deps-dev): bump gitpython from 3.1.57 to 3.1.58

build(deps-dev): bump gitpython from 3.1.57 to 3.1.58 #17944

Workflow file for this run

name: Ruff Linter
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3
with:
version: 0.14.10
args: "check --output-format=github"