We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991cc21 commit 01bc1b6Copy full SHA for 01bc1b6
.github/workflows/deploy.yml
@@ -13,11 +13,11 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
- name: Setup Python
18
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
19
with:
20
- python-version: 3.8
+ python-version: '3.10'
21
- name: Install the dependencies
22
run: |
23
python -m pip install -r requirements.txt
0 commit comments