File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-20.04
29
29
30
30
steps :
31
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
31
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
32
32
with :
33
33
# Fetch all tags
34
34
fetch-depth : 0
71
71
archs : AMD64
72
72
73
73
steps :
74
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
74
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
75
75
with :
76
76
# Fetch all tags
77
77
fetch-depth : 0
@@ -140,7 +140,7 @@ jobs:
140
140
build : " "
141
141
142
142
steps :
143
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
143
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
144
144
with :
145
145
# Fetch all tags
146
146
fetch-depth : 0
@@ -195,7 +195,7 @@ jobs:
195
195
196
196
steps :
197
197
- name : Checkout code
198
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
198
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
199
199
with :
200
200
# Fetch all tags
201
201
fetch-depth : 0
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout Code
23
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
24
24
25
25
- name : Synchronize labels
26
26
uses : EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2
Original file line number Diff line number Diff line change 52
52
experimental : true
53
53
54
54
steps :
55
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
55
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
56
56
with :
57
57
submodules : true
58
58
@@ -108,7 +108,7 @@ jobs:
108
108
experimental : [false]
109
109
110
110
steps :
111
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
111
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
112
112
with :
113
113
submodules : true
114
114
@@ -161,7 +161,7 @@ jobs:
161
161
PACT_BROKER_DATABASE_URL : sqlite:////tmp/pact_broker.sqlite
162
162
163
163
steps :
164
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
164
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
165
165
166
166
- name : Set up Python 3
167
167
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
@@ -194,7 +194,7 @@ jobs:
194
194
runs-on : ubuntu-latest
195
195
196
196
steps :
197
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
197
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
198
198
199
199
- name : Set up Python
200
200
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
You can’t perform that action at this time.
0 commit comments