Skip to content

Commit d14a4bf

Browse files
chore(deps): update dependencies
1 parent e3b0e2b commit d14a4bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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]
@@ -63,7 +63,7 @@ jobs:
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

.github/workflows/todo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)