Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 #11

Bump jinja2 from 3.1.4 to 3.1.5

Bump jinja2 from 3.1.4 to 3.1.5 #11

Workflow file for this run

name: PR
on:
pull_request:
types: [opened, synchronize]
workflow_dispatch:
inputs:
ref:
description: 'Branch or SHA to run checks'
required: true
default: 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
run_checks:
name: Check
secrets: inherit
uses: ./.github/workflows/_checks.yaml
with:
ref: ${{ github.event.inputs.ref || github.sha }}