Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 #16

Bump jinja2 from 3.1.4 to 3.1.5

Bump jinja2 from 3.1.4 to 3.1.5 #16

Workflow file for this run

name: Build project
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: build-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: 'write'
actions: 'write'
steps:
- uses: actions/checkout@v4
- uses: eshwen/adrenaline/[email protected]
with:
python-version: '3.12'
install-dev-deps: true