Skip to content

Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye #552

Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye

Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye #552

Workflow file for this run

# https://github.com/pre-commit/action
name: "pre-commit"
on:
push:
branches:
- main
pull_request: ~
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
name: Checkout
- uses: pre-commit/[email protected]
name: Run pre-commit checks