Commit defd263 1 parent e1b8a6a commit defd263 Copy full SHA for defd263
File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 9
9
ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 1
15
15
16
16
- name : Set up Python 3.11
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : 3.11
20
20
25
25
virtualenvs-in-project : true
26
26
27
27
- name : Load cached Poetry virtualenv
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
id : cached-poetry-dependencies
30
30
with :
31
31
path : .venv
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
python-version : [ '3.8' ]
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 1
17
17
18
18
- name : Set up Python 3.8
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
Original file line number Diff line number Diff line change 9
9
if : startsWith(github.ref, 'refs/tags/')
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 1
15
15
16
16
- name : Set up Python 3.8
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : 3.8
20
20
25
25
virtualenvs-in-project : true
26
26
27
27
- name : Load cached Poetry virtualenv
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
id : cached-poetry-dependencies
30
30
with :
31
31
path : .venv
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
python-version : [ '3.8', '3.11' ]
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 1
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
28
28
virtualenvs-in-project : true
29
29
30
30
- name : Load cached Poetry virtualenv
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
id : cached-poetry-dependencies
33
33
with :
34
34
path : .venv
You can’t perform that action at this time.
0 commit comments