Skip to content

⬆ Bump fastapi[all] from 0.88.0 to 0.115.0 #173

⬆ Bump fastapi[all] from 0.88.0 to 0.115.0

⬆ Bump fastapi[all] from 0.88.0 to 0.115.0 #173

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- master
types:
- closed
workflow_dispatch:
inputs:
number:
description: PR number
required: true
jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# To allow latest-changes to commit to master
token: ${{ secrets.UVICORN_GUNICORN_FASTAPI_DOCKER_LATEST_CHANGES }}
- uses: tiangolo/latest-changes@0.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}