Skip to content

Commit e942144

Browse files
authored
Update trackerslist_autoupdate.yml
1 parent 052a062 commit e942144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/trackerslist_autoupdate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111

1212
steps:
1313
- name: Check out repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v2
17+
uses: actions/checkout@v3
1818
with:
19-
python-version: 3.x
19+
python-version: '3.11'
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)