Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 (#425) #502

Bump jinja2 from 3.1.2 to 3.1.3 (#425)

Bump jinja2 from 3.1.2 to 3.1.3 (#425) #502

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}