@@ -104,11 +104,11 @@ jobs:
104
104
cppyy : On
105
105
106
106
steps :
107
- - uses : actions/checkout@v3
107
+ - uses : actions/checkout@v4
108
108
with :
109
109
fetch-depth : 0
110
110
- name : Set up Python
111
- uses : actions/setup-python@v4
111
+ uses : actions/setup-python@v5
112
112
with :
113
113
python-version : ' 3.10'
114
114
@@ -133,8 +133,6 @@ jobs:
133
133
echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV
134
134
echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV
135
135
136
- -
uses :
nelonoel/[email protected]
137
-
138
136
- name : Save PR Info on Windows systems
139
137
if : ${{ runner.os == 'windows' }}
140
138
run : |
@@ -162,8 +160,6 @@ jobs:
162
160
163
161
echo "CLING_HASH=$env:CLING_HASH" >> $GITHUB_ENV
164
162
echo "LLVM_HASH=$env:LLVM_HASH" >> $GITHUB_ENV
165
-
166
- -
uses :
nelonoel/[email protected]
167
163
168
164
- name : Setup default Build Type on *nux
169
165
if : runner.os != 'windows'
@@ -273,7 +269,7 @@ jobs:
273
269
brew upgrade
274
270
275
271
- name : Restore Cache LLVM/Clang runtime build directory
276
- uses : actions/cache/restore@v3
272
+ uses : actions/cache/restore@v4
277
273
id : cache
278
274
with :
279
275
path : |
@@ -416,7 +412,7 @@ jobs:
416
412
cd ../../
417
413
418
414
- name : Save Cache LLVM/Clang runtime build directory
419
- uses : actions/cache/save@v3
415
+ uses : actions/cache/save@v4
420
416
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
421
417
with :
422
418
path : |
@@ -653,11 +649,11 @@ jobs:
653
649
xeus-clang-repl : On
654
650
655
651
steps :
656
- - uses : actions/checkout@v3
652
+ - uses : actions/checkout@v4
657
653
with :
658
654
fetch-depth : 0
659
655
- name : Set up Python
660
- uses : actions/setup-python@v4
656
+ uses : actions/setup-python@v5
661
657
with :
662
658
python-version : ' 3.10'
663
659
@@ -682,8 +678,6 @@ jobs:
682
678
echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV
683
679
echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV
684
680
685
- -
uses :
nelonoel/[email protected]
686
-
687
681
- name : Save PR Info on Windows systems
688
682
if : ${{ runner.os == 'windows' }}
689
683
run : |
@@ -711,8 +705,6 @@ jobs:
711
705
712
706
echo "CLING_HASH=$env:CLING_HASH" >> $GITHUB_ENV
713
707
echo "LLVM_HASH=$env:LLVM_HASH" >> $GITHUB_ENV
714
-
715
- -
uses :
nelonoel/[email protected]
716
708
717
709
- name : Setup default Build Type on *nux
718
710
if : runner.os != 'windows'
@@ -829,7 +821,7 @@ jobs:
829
821
pip install distro pytest
830
822
831
823
- name : Restore Cache LLVM/Clang runtime build directory
832
- uses : actions/cache/restore@v3
824
+ uses : actions/cache/restore@v4
833
825
id : cache
834
826
with :
835
827
path : |
@@ -1231,11 +1223,11 @@ jobs:
1231
1223
cling-version : ' 1.0'
1232
1224
1233
1225
steps :
1234
- - uses : actions/checkout@v3
1226
+ - uses : actions/checkout@v4
1235
1227
with :
1236
1228
fetch-depth : 0
1237
1229
- name : Set up Python
1238
- uses : actions/setup-python@v4
1230
+ uses : actions/setup-python@v5
1239
1231
with :
1240
1232
python-version : ' 3.10'
1241
1233
@@ -1260,8 +1252,6 @@ jobs:
1260
1252
echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV
1261
1253
echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV
1262
1254
1263
- -
uses :
nelonoel/[email protected]
1264
-
1265
1255
- name : Setup default Build Type on *nux
1266
1256
if : runner.os != 'windows'
1267
1257
run : |
@@ -1295,7 +1285,7 @@ jobs:
1295
1285
emsdk install 3.1.45
1296
1286
1297
1287
- name : Restore Cache LLVM/Clang runtime build directory
1298
- uses : actions/cache/restore@v3
1288
+ uses : actions/cache/restore@v4
1299
1289
id : cache
1300
1290
with :
1301
1291
path : |
0 commit comments