21
21
with :
22
22
submodules : " recursive"
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
- name : Install dependencies
@@ -40,11 +40,11 @@ jobs:
40
40
python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
41
41
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
with :
45
45
submodules : " recursive"
46
46
- name : Set up Python ${{ matrix.python-version }}
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ${{ matrix.python-version }}
50
50
- name : Install dependencies
@@ -63,11 +63,11 @@ jobs:
63
63
python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
64
64
65
65
steps :
66
- - uses : actions/checkout@v3
66
+ - uses : actions/checkout@v4
67
67
with :
68
68
submodules : " recursive"
69
69
- name : Set up Python ${{ matrix.python-version }}
70
- uses : actions/setup-python@v4
70
+ uses : actions/setup-python@v5
71
71
with :
72
72
python-version : ${{ matrix.python-version }}
73
73
- name : Install dependencies
@@ -83,11 +83,11 @@ jobs:
83
83
# runs-on: ubuntu-latest
84
84
85
85
# steps:
86
- # - uses: actions/checkout@v3
86
+ # - uses: actions/checkout@v4
87
87
# with:
88
88
# submodules: "recursive"
89
89
# - name: Set up Python 3.8
90
- # uses: actions/setup-python@v4
90
+ # uses: actions/setup-python@v5
91
91
# with:
92
92
# python-version: "3.8"
93
93
# - name: Set up OpenCL & CLBlast
@@ -110,11 +110,11 @@ jobs:
110
110
runs-on : macos-13
111
111
112
112
steps :
113
- - uses : actions/checkout@v3
113
+ - uses : actions/checkout@v4
114
114
with :
115
115
submodules : " recursive"
116
116
- name : Set up Python 3.8
117
- uses : actions/setup-python@v4
117
+ uses : actions/setup-python@v5
118
118
with :
119
119
python-version : " 3.8"
120
120
- name : Install dependencies
0 commit comments