Skip to content

Commit ae58267

Browse files
update deploy workflow
1 parent eaecb60 commit ae58267

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Set up Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.10.2'
17+
python-version: '3.12'
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)