Skip to content

build(deps): bump actions/setup-python from 5.1.1 to 5.2.0 (#63) #54

build(deps): bump actions/setup-python from 5.1.1 to 5.2.0 (#63)

build(deps): bump actions/setup-python from 5.1.1 to 5.2.0 (#63) #54

Workflow file for this run

---
name: Auto update PR's
on: # yamllint disable-line rule:truthy
push:
branches:
- main
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/update-pr-branch@v0.8.1
with:
token: ${{ secrets.AUTO_MERGE_TOKEN }}
base: main
required_approval_count: 0
require_passed_checks: true
sort: created
direction: desc