47
47
style-check :
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v3
50
+ - uses : actions/checkout@v3.1.0
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@v4
96
96
max-parallel : 3
97
97
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
98
98
steps :
99
- - uses : actions/checkout@v3
99
+ - uses : actions/checkout@v3.1.0
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@v4
@@ -135,7 +135,7 @@ jobs:
135
135
mypy :
136
136
runs-on : ubuntu-latest
137
137
steps :
138
- - uses : actions/checkout@v3
138
+ - uses : actions/checkout@v3.1.0
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@v4
@@ -173,7 +173,7 @@ jobs:
173
173
test-distro :
174
174
runs-on : ubuntu-latest
175
175
steps :
176
- - uses : actions/checkout@v3
176
+ - uses : actions/checkout@v3.1.0
177
177
with :
178
178
fetch-depth : 0
179
179
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -215,7 +215,7 @@ jobs:
215
215
max-parallel : 3
216
216
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
217
217
steps :
218
- - uses : actions/checkout@v3
218
+ - uses : actions/checkout@v3.1.0
219
219
with :
220
220
fetch-depth : 0
221
221
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -283,7 +283,7 @@ jobs:
283
283
max-parallel : 3
284
284
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
285
285
steps :
286
- - uses : actions/checkout@v3
286
+ - uses : actions/checkout@v3.1.0
287
287
with :
288
288
fetch-depth : 0
289
289
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -357,7 +357,7 @@ jobs:
357
357
max-parallel : 3
358
358
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
359
359
steps :
360
- - uses : actions/checkout@v3
360
+ - uses : actions/checkout@v3.1.0
361
361
with :
362
362
fetch-depth : 0
363
363
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -431,7 +431,7 @@ jobs:
431
431
max-parallel : 3
432
432
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
433
433
steps :
434
- - uses : actions/checkout@v3
434
+ - uses : actions/checkout@v3.1.0
435
435
with :
436
436
fetch-depth : 0
437
437
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -499,7 +499,7 @@ jobs:
499
499
max-parallel : 3
500
500
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
501
501
steps :
502
- - uses : actions/checkout@v3
502
+ - uses : actions/checkout@v3.1.0
503
503
with :
504
504
fetch-depth : 0
505
505
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -535,7 +535,7 @@ jobs:
535
535
max-parallel : 3
536
536
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
537
537
steps :
538
- - uses : actions/checkout@v3
538
+ - uses : actions/checkout@v3.1.0
539
539
with :
540
540
fetch-depth : 0
541
541
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -578,7 +578,7 @@ jobs:
578
578
max-parallel : 3
579
579
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
580
580
steps :
581
- - uses : actions/checkout@v3
581
+ - uses : actions/checkout@v3.1.0
582
582
with :
583
583
fetch-depth : 0
584
584
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -620,7 +620,7 @@ jobs:
620
620
max-parallel : 3
621
621
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
622
622
steps :
623
- - uses : actions/checkout@v3
623
+ - uses : actions/checkout@v3.1.0
624
624
with :
625
625
fetch-depth : 0
626
626
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -655,7 +655,7 @@ jobs:
655
655
max-parallel : 3
656
656
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
657
657
steps :
658
- - uses : actions/checkout@v3
658
+ - uses : actions/checkout@v3.1.0
659
659
with :
660
660
fetch-depth : 0
661
661
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -746,7 +746,7 @@ jobs:
746
746
max-parallel : 3
747
747
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
748
748
steps :
749
- - uses : actions/checkout@v3
749
+ - uses : actions/checkout@v3.1.0
750
750
with :
751
751
fetch-depth : 0
752
752
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -836,7 +836,7 @@ jobs:
836
836
matrix : ${{fromJson(needs.set-matrix.outputs.matrix)}}
837
837
if : " startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
838
838
steps :
839
- - uses : actions/checkout@v3
839
+ - uses : actions/checkout@v3.1.0
840
840
with :
841
841
fetch-depth : 0
842
842
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -886,7 +886,7 @@ jobs:
886
886
runs-on : ubuntu-latest
887
887
if : " startsWith(github.ref, 'refs/tags/')"
888
888
steps :
889
- - uses : actions/checkout@v3
889
+ - uses : actions/checkout@v3.1.0
890
890
with :
891
891
fetch-depth : 0
892
892
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -922,7 +922,7 @@ jobs:
922
922
runs-on : ubuntu-latest
923
923
if : " startsWith(github.ref, 'refs/tags/')"
924
924
steps :
925
- - uses : actions/checkout@v3
925
+ - uses : actions/checkout@v3.1.0
926
926
with :
927
927
fetch-depth : 0
928
928
ref : " develop"
@@ -950,7 +950,7 @@ jobs:
950
950
test-macos-service,
951
951
]
952
952
steps :
953
- - uses : actions/checkout@v3
953
+ - uses : actions/checkout@v3.1.0
954
954
- name : build images
955
955
run : make docker-tag
956
956
- name : Docker Login
@@ -978,15 +978,15 @@ jobs:
978
978
]
979
979
if : startsWith(github.ref, 'refs/tags/')
980
980
steps :
981
- - uses : actions/checkout@v3
981
+ - uses : actions/checkout@v3.1.0
982
982
with :
983
983
fetch-depth : 0
984
984
- name : set up environment variables
985
985
run : |
986
986
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
987
987
echo "[email protected] " >> $GITHUB_ENV
988
988
- name : Push chart and images
989
- uses : SwissDataScienceCenter/renku-actions/publish-chart@v1.1 .0
989
+ uses : SwissDataScienceCenter/renku-actions/publish-chart@v1.2 .0
990
990
env :
991
991
CHART_NAME : renku-core
992
992
GITHUB_TOKEN : ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
@@ -995,7 +995,7 @@ jobs:
995
995
- name : Wait for chart to be available
996
996
run : sleep 120
997
997
- name : Update component version
998
- uses : SwissDataScienceCenter/renku-actions/update-component-version@v1.1 .0
998
+ uses : SwissDataScienceCenter/renku-actions/update-component-version@v1.2 .0
999
999
env :
1000
1000
CHART_NAME : renku-core
1001
1001
GITHUB_TOKEN : ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
0 commit comments