31
31
cleanup-runs :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- -
uses :
rokroskar/[email protected] .0
34
+ -
uses :
rokroskar/[email protected] .3
35
35
env :
36
36
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
37
37
if : " !startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, github.event.repository.default_branch)"
47
47
style-check :
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v2
50
+ - uses : actions/checkout@v3
51
51
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
52
52
- name : Set up Python 3.8
53
53
uses : actions/setup-python@v1
96
96
max-parallel : 3
97
97
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
98
98
steps :
99
- - uses : actions/checkout@v2
99
+ - uses : actions/checkout@v3
100
100
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
101
101
- name : Set up Python ${{ matrix.python-version }}
102
102
uses : actions/setup-python@v1
@@ -135,7 +135,7 @@ jobs:
135
135
mypy :
136
136
runs-on : ubuntu-latest
137
137
steps :
138
- - uses : actions/checkout@v2
138
+ - uses : actions/checkout@v3
139
139
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
140
140
- name : Set up Python 3.8
141
141
uses : actions/setup-python@v1
@@ -174,7 +174,7 @@ jobs:
174
174
runs-on : ubuntu-latest
175
175
if : " 'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
176
176
steps :
177
- - uses : actions/checkout@v2
177
+ - uses : actions/checkout@v3
178
178
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
179
179
- name : Set up Python 3.7
180
180
uses : actions/setup-python@v1
@@ -238,7 +238,7 @@ jobs:
238
238
test-distro :
239
239
runs-on : ubuntu-latest
240
240
steps :
241
- - uses : actions/checkout@v2
241
+ - uses : actions/checkout@v3
242
242
with :
243
243
fetch-depth : 0
244
244
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -280,7 +280,7 @@ jobs:
280
280
max-parallel : 3
281
281
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
282
282
steps :
283
- - uses : actions/checkout@v2
283
+ - uses : actions/checkout@v3
284
284
with :
285
285
fetch-depth : 0
286
286
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -348,7 +348,7 @@ jobs:
348
348
max-parallel : 3
349
349
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
350
350
steps :
351
- - uses : actions/checkout@v2
351
+ - uses : actions/checkout@v3
352
352
with :
353
353
fetch-depth : 0
354
354
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -422,7 +422,7 @@ jobs:
422
422
max-parallel : 3
423
423
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
424
424
steps :
425
- - uses : actions/checkout@v2
425
+ - uses : actions/checkout@v3
426
426
with :
427
427
fetch-depth : 0
428
428
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -496,7 +496,7 @@ jobs:
496
496
max-parallel : 3
497
497
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
498
498
steps :
499
- - uses : actions/checkout@v2
499
+ - uses : actions/checkout@v3
500
500
with :
501
501
fetch-depth : 0
502
502
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -564,7 +564,7 @@ jobs:
564
564
max-parallel : 3
565
565
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
566
566
steps :
567
- - uses : actions/checkout@v2
567
+ - uses : actions/checkout@v3
568
568
with :
569
569
fetch-depth : 0
570
570
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -600,7 +600,7 @@ jobs:
600
600
max-parallel : 3
601
601
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
602
602
steps :
603
- - uses : actions/checkout@v2
603
+ - uses : actions/checkout@v3
604
604
with :
605
605
fetch-depth : 0
606
606
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -643,7 +643,7 @@ jobs:
643
643
max-parallel : 3
644
644
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
645
645
steps :
646
- - uses : actions/checkout@v2
646
+ - uses : actions/checkout@v3
647
647
with :
648
648
fetch-depth : 0
649
649
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -685,7 +685,7 @@ jobs:
685
685
max-parallel : 3
686
686
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
687
687
steps :
688
- - uses : actions/checkout@v2
688
+ - uses : actions/checkout@v3
689
689
with :
690
690
fetch-depth : 0
691
691
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -720,7 +720,7 @@ jobs:
720
720
max-parallel : 3
721
721
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
722
722
steps :
723
- - uses : actions/checkout@v2
723
+ - uses : actions/checkout@v3
724
724
with :
725
725
fetch-depth : 0
726
726
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -811,7 +811,7 @@ jobs:
811
811
max-parallel : 3
812
812
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
813
813
steps :
814
- - uses : actions/checkout@v2
814
+ - uses : actions/checkout@v3
815
815
with :
816
816
fetch-depth : 0
817
817
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -901,7 +901,7 @@ jobs:
901
901
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
902
902
if : " startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
903
903
steps :
904
- - uses : actions/checkout@v2
904
+ - uses : actions/checkout@v3
905
905
with :
906
906
fetch-depth : 0
907
907
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -951,7 +951,7 @@ jobs:
951
951
runs-on : ubuntu-latest
952
952
if : " startsWith(github.ref, 'refs/tags/')"
953
953
steps :
954
- - uses : actions/checkout@v2
954
+ - uses : actions/checkout@v3
955
955
with :
956
956
fetch-depth : 0
957
957
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -987,7 +987,7 @@ jobs:
987
987
runs-on : ubuntu-latest
988
988
if : " startsWith(github.ref, 'refs/tags/')"
989
989
steps :
990
- - uses : actions/checkout@v2
990
+ - uses : actions/checkout@v3
991
991
with :
992
992
fetch-depth : 0
993
993
ref : " develop"
@@ -1015,7 +1015,7 @@ jobs:
1015
1015
test-macos-service,
1016
1016
]
1017
1017
steps :
1018
- - uses : actions/checkout@v2
1018
+ - uses : actions/checkout@v3
1019
1019
- name : build images
1020
1020
run : make docker-tag
1021
1021
- name : Docker Login
@@ -1043,15 +1043,15 @@ jobs:
1043
1043
]
1044
1044
if : startsWith(github.ref, 'refs/tags/')
1045
1045
steps :
1046
- - uses : actions/checkout@v2
1046
+ - uses : actions/checkout@v3
1047
1047
with :
1048
1048
fetch-depth : 0
1049
1049
- name : set up environment variables
1050
1050
run : |
1051
1051
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
1052
1052
echo "[email protected] " >> $GITHUB_ENV
1053
1053
- name : Push chart and images
1054
- uses : SwissDataScienceCenter/renku-actions/publish-chart@v1.0 .0
1054
+ uses : SwissDataScienceCenter/renku-actions/publish-chart@v1.1 .0
1055
1055
env :
1056
1056
CHART_NAME : renku-core
1057
1057
GITHUB_TOKEN : ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
@@ -1060,7 +1060,7 @@ jobs:
1060
1060
- name : Wait for chart to be available
1061
1061
run : sleep 120
1062
1062
- name : Update component version
1063
- uses : SwissDataScienceCenter/renku-actions/update-component-version@v1.0 .0
1063
+ uses : SwissDataScienceCenter/renku-actions/update-component-version@v1.1 .0
1064
1064
env :
1065
1065
CHART_NAME : renku-core
1066
1066
GITHUB_TOKEN : ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
0 commit comments