Skip to content

chore(deps): bump actions/setup-python from 4 to 5 (#86) #149

chore(deps): bump actions/setup-python from 4 to 5 (#86)

chore(deps): bump actions/setup-python from 4 to 5 (#86) #149

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 }}