Skip to content

⬆️ Bump actions/checkout from 4.1.7 to 4.2.2 #149

⬆️ Bump actions/checkout from 4.1.7 to 4.2.2

⬆️ Bump actions/checkout from 4.1.7 to 4.2.2 #149

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/[email protected]
with:
# To allow latest-changes to commit to master
token: ${{ secrets.UVICORN_GUNICORN_DOCKER_LATEST_CHANGES }}
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}