Skip to content

chore(deps): bump pydantic from 2.8.2 to 2.9.2 (#104) #170

chore(deps): bump pydantic from 2.8.2 to 2.9.2 (#104)

chore(deps): bump pydantic from 2.8.2 to 2.9.2 (#104) #170

Workflow file for this run

name: 03_DevEx
on:
push:
branches:
- main
jobs:
todos:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Sync TODOs with Issues
uses: ribtoks/tdg-github-action@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}