Skip to content

Commit dde0004

Browse files
chore(deps): update dependencies
1 parent 6c91590 commit dde0004

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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

.github/workflows/todo.yml

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

0 commit comments

Comments
 (0)