Skip to content

Commit 01bc1b6

Browse files
authored
Update actions
1 parent 991cc21 commit 01bc1b6

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
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Setup Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v4
1919
with:
20-
python-version: 3.8
20+
python-version: '3.10'
2121
- name: Install the dependencies
2222
run: |
2323
python -m pip install -r requirements.txt

0 commit comments

Comments
 (0)