@@ -26,14 +26,14 @@ jobs:
26
26
strategy :
27
27
fail-fast : false
28
28
matrix :
29
- python-version : ["3.8", "3. 9", "3.10"]
29
+ python-version : ["3.9", "3.10"]
30
30
steps :
31
31
- name : Checkout ${{ github.repository }}/${{ github.ref }}
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
- name : Set up Node
34
- uses : actions/setup-node@v2
34
+ uses : actions/setup-node@v3
35
35
- name : Set up Python ${{ matrix.python-version }}
36
- uses : actions/setup-python@v2
36
+ uses : actions/setup-python@v4
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
- name : Install dependencies
42
42
pip install wheel
43
43
pip install -r "scripts/requirements.txt"
44
44
npm install -g pyright
45
+ npm list -g pyright
45
46
- run : scripts/compile_resources.bat
46
47
- name : Analysing the code with ${{ github.job }}
47
48
run : pyright --warnings
@@ -50,12 +51,12 @@ jobs:
50
51
strategy :
51
52
fail-fast : false
52
53
matrix :
53
- python-version : ["3.8", "3. 9", "3.10"]
54
+ python-version : ["3.9", "3.10"]
54
55
steps :
55
56
- name : Checkout ${{ github.repository }}/${{ github.ref }}
56
- uses : actions/checkout@v2
57
+ uses : actions/checkout@v3
57
58
- name : Set up Python ${{ matrix.python-version }}
58
- uses : actions/setup-python@v2
59
+ uses : actions/setup-python@v4
59
60
with :
60
61
python-version : ${{ matrix.python-version }}
61
62
- name : Install dependencies
@@ -71,12 +72,12 @@ jobs:
71
72
strategy :
72
73
fail-fast : false
73
74
matrix :
74
- python-version : ["3.8", "3. 9", "3.10"]
75
+ python-version : ["3.9", "3.10"]
75
76
steps :
76
77
- name : Checkout ${{ github.repository }}/${{ github.ref }}
77
- uses : actions/checkout@v2
78
+ uses : actions/checkout@v3
78
79
- name : Set up Python ${{ matrix.python-version }}
79
- uses : actions/setup-python@v2
80
+ uses : actions/setup-python@v4
80
81
with :
81
82
python-version : ${{ matrix.python-version }}
82
83
- name : Install dependencies
@@ -92,12 +93,12 @@ jobs:
92
93
strategy :
93
94
fail-fast : false
94
95
matrix :
95
- python-version : ["3.8", "3. 9", "3.10"]
96
+ python-version : ["3.9", "3.10"]
96
97
steps :
97
98
- name : Checkout ${{ github.repository }}/${{ github.ref }}
98
- uses : actions/checkout@v2
99
+ uses : actions/checkout@v3
99
100
- name : Set up Python ${{ matrix.python-version }}
100
- uses : actions/setup-python@v2
101
+ uses : actions/setup-python@v4
101
102
with :
102
103
python-version : ${{ matrix.python-version }}
103
104
- name : Install dependencies
@@ -113,12 +114,12 @@ jobs:
113
114
strategy :
114
115
fail-fast : false
115
116
matrix :
116
- python-version : ["3.8", "3. 9", "3.10"]
117
+ python-version : ["3.9", "3.10"]
117
118
steps :
118
119
- name : Checkout ${{ github.repository }}/${{ github.ref }}
119
- uses : actions/checkout@v2
120
+ uses : actions/checkout@v3
120
121
- name : Set up Python ${{ matrix.python-version }}
121
- uses : actions/setup-python@v2
122
+ uses : actions/setup-python@v4
122
123
with :
123
124
python-version : ${{ matrix.python-version }}
124
125
- name : Install dependencies
@@ -128,7 +129,7 @@ jobs:
128
129
pip install -r "scripts/requirements.txt"
129
130
- run : scripts/build.bat
130
131
- name : Upload Build Artifact
131
- uses : actions/upload-artifact@v2
132
+ uses : actions/upload-artifact@v3
132
133
with :
133
134
name : AutoSplit (Python ${{ matrix.python-version }})
134
135
path : dist/AutoSplit.exe
0 commit comments