File tree Expand file tree Collapse file tree 3 files changed +130
-173
lines changed Expand file tree Collapse file tree 3 files changed +130
-173
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
build :
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-22 .04
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Setup Python (pip)
17
17
uses : actions/setup-python@v4
18
18
with :
19
- python-version : ' 3.8 '
19
+ python-version : ' 3.10 '
20
20
architecture : ' x64'
21
21
cache : ' pip'
22
22
cache-dependency-path : .github/workflows/main.yml
23
23
24
24
- name : Install poetry
25
25
run : |
26
- python3 -m pip install --upgrade poetry==1.4.0
26
+ python3 -m pip install --upgrade poetry==1.6.1
27
27
28
28
- name : Setup Python (poetry)
29
29
uses : actions/setup-python@v4
30
30
with :
31
- python-version : ' 3.8 '
31
+ python-version : ' 3.10 '
32
32
architecture : ' x64'
33
33
cache : ' poetry'
34
34
45
45
path : ./site
46
46
47
47
deploy :
48
- runs-on : ubuntu-20 .04
48
+ runs-on : ubuntu-22 .04
49
49
needs : build
50
50
concurrency : ci-${{ github.ref }}
51
51
permissions :
You can’t perform that action at this time.
0 commit comments