25
25
name : ' Warm up Yarn cache'
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
29
29
- name : Using Node v20.x
30
30
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
31
31
id : yarn-cache
46
46
matrix :
47
47
os : ['macos-latest', 'windows-latest']
48
48
steps :
49
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
49
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
50
50
- name : Using Node v20.x
51
51
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
52
52
id : yarn-cache
68
68
needs : warmup_yarn_cache
69
69
runs-on : ubuntu-latest
70
70
steps :
71
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
71
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
72
72
with :
73
73
fetch-depth : 0
74
74
- name : Using Node v20.x
86
86
runs-on : ubuntu-latest
87
87
if : github.event_name == 'pull_request' && github.event.pull_request.user.login != 'renovate[bot]'
88
88
steps :
89
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
89
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
90
90
with :
91
91
fetch-depth : 0
92
92
- name : Using Node v20.x
@@ -103,7 +103,7 @@ jobs:
103
103
needs : warmup_yarn_cache
104
104
runs-on : ubuntu-latest
105
105
steps :
106
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
106
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
107
107
- name : Using Node v20.x
108
108
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
109
109
with :
@@ -120,7 +120,7 @@ jobs:
120
120
needs : warmup_yarn_cache
121
121
runs-on : ubuntu-latest
122
122
steps :
123
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
123
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
124
124
- name : Using Node v20.x
125
125
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
126
126
with :
@@ -139,7 +139,7 @@ jobs:
139
139
needs : warmup_yarn_cache
140
140
runs-on : ubuntu-latest
141
141
steps :
142
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
142
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
143
143
- name : Using Node v20.x
144
144
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
145
145
with :
@@ -172,7 +172,7 @@ jobs:
172
172
- production_packages
173
173
runs-on : ubuntu-latest
174
174
steps :
175
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
175
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
176
176
- name : Using Node v20.x
177
177
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
178
178
with :
@@ -246,7 +246,7 @@ jobs:
246
246
node-version : 20.x
247
247
os : ' ubuntu-latest'
248
248
steps :
249
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
249
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
250
250
- name : Using Node v${{matrix.node-version}}
251
251
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
252
252
with :
@@ -298,7 +298,7 @@ jobs:
298
298
- production_packages
299
299
runs-on : ubuntu-latest
300
300
steps :
301
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
301
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
302
302
with :
303
303
fetch-depth : 0 # all history in order to be able to show last-edited-at dates
304
304
lfs : true
@@ -357,7 +357,7 @@ jobs:
357
357
- production_packages
358
358
runs-on : ubuntu-latest
359
359
steps :
360
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
360
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
361
361
- name : Using Node v20.x
362
362
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
363
363
with :
@@ -429,7 +429,7 @@ jobs:
429
429
- ' rc'
430
430
- ' next'
431
431
steps :
432
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
432
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
433
433
- name : Using Node v20.x
434
434
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
435
435
with :
@@ -555,7 +555,7 @@ jobs:
555
555
outputs :
556
556
tag_count : ${{steps.tag_count.outputs.count}}
557
557
steps :
558
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
558
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
559
559
with :
560
560
fetch-depth : 0
561
561
- id : tag_count
@@ -571,7 +571,7 @@ jobs:
571
571
outputs :
572
572
status : ${{steps.check_has_tag.outcome}}
573
573
steps :
574
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
574
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
575
575
with :
576
576
fetch-depth : 0
577
577
- id : check_has_tag
@@ -610,7 +610,7 @@ jobs:
610
610
outputs :
611
611
status : ${{steps.check_has_tag.outcome}}
612
612
steps :
613
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
613
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
614
614
with :
615
615
fetch-depth : 0
616
616
- id : check_has_tag
@@ -649,7 +649,7 @@ jobs:
649
649
outputs :
650
650
status : ${{steps.check_has_tag.outcome}}
651
651
steps :
652
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
652
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
653
653
with :
654
654
fetch-depth : 0
655
655
- id : check_has_tag
@@ -688,7 +688,7 @@ jobs:
688
688
outputs :
689
689
status : ${{steps.check_has_tag.outcome}}
690
690
steps :
691
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
691
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
692
692
with :
693
693
fetch-depth : 0
694
694
- id : check_has_tag
@@ -727,7 +727,7 @@ jobs:
727
727
outputs :
728
728
status : ${{steps.check_has_tag.outcome}}
729
729
steps :
730
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
730
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
731
731
with :
732
732
fetch-depth : 0
733
733
- id : check_has_tag
@@ -766,7 +766,7 @@ jobs:
766
766
outputs :
767
767
status : ${{steps.check_has_tag.outcome}}
768
768
steps :
769
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
769
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
770
770
with :
771
771
fetch-depth : 0
772
772
- id : check_has_tag
@@ -805,7 +805,7 @@ jobs:
805
805
outputs :
806
806
status : ${{steps.check_has_tag.outcome}}
807
807
steps :
808
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
808
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
809
809
with :
810
810
fetch-depth : 0
811
811
- id : check_has_tag
@@ -844,7 +844,7 @@ jobs:
844
844
outputs :
845
845
status : ${{steps.check_has_tag.outcome}}
846
846
steps :
847
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
847
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
848
848
with :
849
849
fetch-depth : 0
850
850
- id : check_has_tag
0 commit comments