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 20
20
- name : Set up Python 3
21
21
uses : actions/setup-python@v5
22
22
with :
23
- python-version : ' 3.12 '
23
+ python-version : ' 3.13 '
24
24
25
25
- name : Install test dependencies
26
26
run : pip install ansible-lint[community,yamllint]
63
63
- name : Set up Python 3
64
64
uses : actions/setup-python@v5
65
65
with :
66
- python-version : ' 3.12 '
66
+ python-version : ' 3.13 '
67
67
68
68
- name : Install test dependencies
69
69
run : pip install -r requirements.txt
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v4
16
16
17
17
- 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
19
19
with :
20
20
TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
21
AUTO_ASSIGN : true
You can’t perform that action at this time.
0 commit comments