File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Python 3
2020 uses : actions/setup-python@v4
2121 with :
22- python-version : ' 3.12 '
22+ python-version : ' 3.13 '
2323
2424 - name : Install test dependencies
2525 run : pip install -r requirements.txt
5656 - name : Set up Python 3
5757 uses : actions/setup-python@v4
5858 with :
59- python-version : ' 3.12 '
59+ python-version : ' 3.13 '
6060
6161 - name : Install test dependencies
6262 run : pip install -r requirements.txt
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v3
1616
1717 - name : Raise GitHub issues for TODOs found
18- uses : alstr/todo-to-issue-action@v4.9.1
18+ uses : alstr/todo-to-issue-action@v4.13.3
1919 with :
2020 TOKEN : ${{ secrets.GITHUB_TOKEN }}
2121 AUTO_ASSIGN : true
You can’t perform that action at this time.
0 commit comments