Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 #598

Bump jinja2 from 3.1.4 to 3.1.5

Bump jinja2 from 3.1.4 to 3.1.5 #598

Workflow file for this run

name: CI
on:
pull_request:
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
CI:
uses: ./.github/workflows/merge-gate.yml
secrets: inherit
Metrics:
needs: [ CI ]
uses: ./.github/workflows/report.yml