We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b0e2b commit d14a4bfCopy full SHA for d14a4bf
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python 3
21
uses: actions/setup-python@v5
22
with:
23
- python-version: '3.12'
+ python-version: '3.13'
24
25
- name: Install test dependencies
26
run: pip install ansible-lint[community,yamllint]
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
run: pip install -r requirements.txt
.github/workflows/todo.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Raise GitHub issues for TODOs found
18
- uses: alstr/todo-to-issue-action@v4.12.3
+ uses: alstr/todo-to-issue-action@v4.13.3
19
TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUTO_ASSIGN: true
0 commit comments