File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
+ with :
15
+ ref : ${{ github.event.pull_request.head.sha }}
14
16
15
17
- name : install
16
18
run : npm ci
25
27
runs-on : ubuntu-latest
26
28
steps :
27
29
- name : Checkout
28
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
+ with :
32
+ ref : ${{ github.event.pull_request.head.sha }}
29
33
30
34
- name : install
31
35
run : npm ci
37
41
runs-on : ubuntu-20.04
38
42
steps :
39
43
- name : Checkout
40
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
+ with :
46
+ ref : ${{ github.event.pull_request.head.sha }}
41
47
42
48
- name : install
43
49
run : npm ci
49
55
runs-on : ubuntu-latest
50
56
steps :
51
57
- name : Checkout
52
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
+ with :
60
+ ref : ${{ github.event.pull_request.head.sha }}
53
61
54
62
- name : install
55
63
run : npm ci
You can’t perform that action at this time.
0 commit comments