We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaecb60 commit ae58267Copy full SHA for ae58267
.github/workflows/deploy.yml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- name: Set up Python
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
16
with:
17
- python-version: '3.10.2'
+ python-version: '3.12'
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
0 commit comments