File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-20.04
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
16
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
17
17
18
18
- name : Check that every file has no trailing whitespace, and exactly one final newline
19
19
run : ./.github/bin/lint-whitespace
Original file line number Diff line number Diff line change @@ -202,13 +202,13 @@ jobs:
202
202
203
203
- name : Checkout main repo
204
204
if : steps.pr-already-exists.outputs.result == 'false'
205
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
205
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
206
206
with :
207
207
path : main
208
208
209
209
- name : Checkout target repo
210
210
if : steps.pr-already-exists.outputs.result == 'false'
211
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
211
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
212
212
with :
213
213
repository : ${{ matrix.repo }}
214
214
token : ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change @@ -192,13 +192,13 @@ jobs:
192
192
193
193
- name : Checkout main repo
194
194
if : steps.pr-already-exists.outputs.result == 'false'
195
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
195
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
196
196
with :
197
197
path : main
198
198
199
199
- name : Checkout target repo
200
200
if : steps.pr-already-exists.outputs.result == 'false'
201
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
201
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
202
202
with :
203
203
repository : ${{ matrix.repo }}
204
204
token : ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change @@ -193,13 +193,13 @@ jobs:
193
193
194
194
- name : Checkout main repo
195
195
if : steps.pr-already-exists.outputs.result == 'false'
196
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
196
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
197
197
with :
198
198
path : main
199
199
200
200
- name : Checkout target repo
201
201
if : steps.pr-already-exists.outputs.result == 'false'
202
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
202
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
203
203
with :
204
204
repository : ${{ matrix.repo }}
205
205
token : ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments