Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 in /.requirements (#1430) #170

Bump jinja2 from 3.1.4 to 3.1.5 in /.requirements (#1430)

Bump jinja2 from 3.1.4 to 3.1.5 in /.requirements (#1430) #170

Workflow file for this run

# This workflow automatically updates PR branches with latest changes on target branch.
# See: https://github.com/marketplace/actions/auto-update
name: autoupdate
on:
# This will trigger on all pushes to all branches.
push:
branches: [dev]
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-20.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GHPAGES_TOKEN }}"
PR_READY_STATE: "ready_for_review"