@@ -42,10 +42,10 @@ jobs:
42
42
43
43
steps :
44
44
- name : Checkout code
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
73
73
pytest -m "not tf1" alibi
74
74
75
75
- name : Upload coverage to Codecov
76
- uses : codecov/codecov-action@v3
76
+ uses : codecov/codecov-action@v4
77
77
with :
78
78
directory : .
79
79
env_vars : ${{matrix.os}}, ${{matrix.python-version}}
89
89
runs-on : ubuntu-latest
90
90
91
91
steps :
92
- - uses : actions/checkout@v3
92
+ - uses : actions/checkout@v4
93
93
- name : Set up Python 3.x
94
- uses : actions/setup-python@v4
94
+ uses : actions/setup-python@v5
95
95
with :
96
96
python-version : ' 3.10'
97
97
- name : Install dependencies
@@ -117,9 +117,9 @@ jobs:
117
117
options : --user root
118
118
119
119
steps :
120
- - uses : actions/checkout@v3
120
+ - uses : actions/checkout@v4
121
121
- name : Set up Python 3.x
122
- uses : actions/setup-python@v4
122
+ uses : actions/setup-python@v5
123
123
with :
124
124
python-version : ' 3.10'
125
125
- name : Install dependencies
@@ -139,9 +139,9 @@ jobs:
139
139
runs-on : ubuntu-latest
140
140
141
141
steps :
142
- - uses : actions/checkout@v3
142
+ - uses : actions/checkout@v4
143
143
- name : Set up Python 3.x
144
- uses : actions/setup-python@v4
144
+ uses : actions/setup-python@v5
145
145
with :
146
146
python-version : ' 3.10'
147
147
- name : Check 3rd party licenses haven't changed
@@ -157,9 +157,9 @@ jobs:
157
157
matrix :
158
158
env : [ 'default', 'tensorflow', 'torch', 'shap', 'ray', 'all' ]
159
159
steps :
160
- - uses : actions/checkout@v3
160
+ - uses : actions/checkout@v4
161
161
- name : Set up Python 3.x
162
- uses : actions/setup-python@v4
162
+ uses : actions/setup-python@v5
163
163
with :
164
164
python-version : ' 3.10'
165
165
- name : Check optional dependency imports are protected
0 commit comments