Skip to content

Commit 80d784b

Browse files
authored
Update build.yml
1 parent 712f777 commit 80d784b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout main
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Install dependencies
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.13'
2121
cache: 'pip'
2222
- run: pip install -r requirements.txt
2323

0 commit comments

Comments
 (0)