Skip to content

Bump actions/setup-python from 5 to 6 #163

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #163

Workflow file for this run

name: django-fsm linting
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- uses: pre-commit/[email protected]