File tree Expand file tree Collapse file tree 3 files changed +608
-13
lines changed Expand file tree Collapse file tree 3 files changed +608
-13
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout the repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
with :
15
15
path : ./src
16
16
- name : Setup Python 3.11
17
- uses : actions/setup-python@v2
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.11'
20
20
- name : Install all dependencies
21
21
run : make install
22
22
- name : Run all linting
23
23
run : make lint
24
24
- name : Upload src dir as artefact
25
- uses : actions/upload-artifact@v2
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : src
28
28
path : ./src
@@ -38,12 +38,12 @@ jobs:
38
38
oscar-version : ["3.2"]
39
39
steps :
40
40
- name : Download src dir
41
- uses : actions/download-artifact@v2
41
+ uses : actions/download-artifact@v4
42
42
with :
43
43
name : src
44
44
path : ./src
45
45
- name : Setup Python 3.x
46
- uses : actions/setup-python@v2
46
+ uses : actions/setup-python@v5
47
47
with :
48
48
python-version : ${{ matrix.python-version }}
49
49
- name : Install all dependencies
You can’t perform that action at this time.
0 commit comments