@@ -40,10 +40,10 @@ jobs:
40
40
41
41
steps :
42
42
- name : Checkout repo
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@4v3
44
44
if : ${{ github.event_name != 'pull_request_target' }}
45
45
- name : Checkout PR
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@4v3
47
47
if : ${{ github.event_name == 'pull_request_target' }}
48
48
# From https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target:
49
49
# "This event runs in the context of the base of the pull request,
@@ -84,10 +84,10 @@ jobs:
84
84
85
85
steps :
86
86
- name : Checkout repo
87
- uses : actions/checkout@v3
87
+ uses : actions/checkout@4v3
88
88
if : ${{ github.event_name != 'pull_request_target' }}
89
89
- name : Checkout PR
90
- uses : actions/checkout@v3
90
+ uses : actions/checkout@4v3
91
91
if : ${{ github.event_name == 'pull_request_target' }}
92
92
with :
93
93
ref : ${{ github.event.pull_request.head.sha }}
@@ -171,10 +171,10 @@ jobs:
171
171
172
172
steps :
173
173
- name : Checkout repo
174
- uses : actions/checkout@v3
174
+ uses : actions/checkout@4v3
175
175
if : ${{ github.event_name != 'pull_request_target' }}
176
176
- name : Checkout PR
177
- uses : actions/checkout@v3
177
+ uses : actions/checkout@4v3
178
178
if : ${{ github.event_name == 'pull_request_target' }}
179
179
# See comment in build-and-test.yml
180
180
with :
@@ -271,10 +271,10 @@ jobs:
271
271
272
272
steps :
273
273
- name : Checkout repo
274
- uses : actions/checkout@v3
274
+ uses : actions/checkout@4v3
275
275
if : ${{ github.event_name != 'pull_request_target' }}
276
276
- name : Checkout PR
277
- uses : actions/checkout@v3
277
+ uses : actions/checkout@4v3
278
278
if : ${{ github.event_name == 'pull_request_target' }}
279
279
# See comment in build-and-test.yml
280
280
with :
@@ -380,10 +380,10 @@ jobs:
380
380
381
381
steps :
382
382
- name : Checkout repo
383
- uses : actions/checkout@v3
383
+ uses : actions/checkout@4v3
384
384
if : ${{ github.event_name != 'pull_request_target' }}
385
385
- name : Checkout PR
386
- uses : actions/checkout@v3
386
+ uses : actions/checkout@4v3
387
387
if : ${{ github.event_name == 'pull_request_target' }}
388
388
# See comment in build-and-test.yml
389
389
with :
0 commit comments