Skip to content

⬆ Update httpx requirement from <0.16.0,>=0.15.5 to >=0.15.5,<0.26.0 #60

⬆ Update httpx requirement from <0.16.0,>=0.15.5 to >=0.15.5,<0.26.0

⬆ Update httpx requirement from <0.16.0,>=0.15.5 to >=0.15.5,<0.26.0 #60

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- main
types:
- closed
workflow_dispatch:
inputs:
number:
description: PR number
required: true
jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: tiangolo/latest-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_header: '### Latest Changes - Latest Changes 🤷'
debug_logs: true
# - name: Secure tmate session
# run: curl https://github.com/tiangolo.keys > ~/.tmate_authorized_keys && echo 'set tmate-authorized-keys "~/.tmate_authorized_keys"' > ~/.xtmate.conf
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3