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 2020 - name : Set up Python 3
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : ' 3.12 '
23+ python-version : ' 3.13 '
2424
2525 - name : Install test dependencies
2626 run : pip install ansible-lint[community,yamllint]
6363 - name : Set up Python 3
6464 uses : actions/setup-python@v5
6565 with :
66- python-version : ' 3.12 '
66+ python-version : ' 3.13 '
6767
6868 - name : Install test dependencies
6969 run : pip install -r requirements.txt
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v4
1616
1717 - name : Raise GitHub issues for TODOs found
18- uses : alstr/todo-to-issue-action@v4.12 .3
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