File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout 🛎️
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Install and Build 🔧
19
19
run : |
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
14
with :
15
15
ref : ${{ github.event.pull_request.head.sha }}
16
16
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
with :
29
29
ref : ${{ github.event.pull_request.head.sha }}
30
30
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
with :
43
43
ref : ${{ github.event.pull_request.head.sha }}
44
44
52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- name : Checkout
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
with :
57
57
ref : ${{ github.event.pull_request.head.sha }}
58
58
66
66
runs-on : macos-latest
67
67
steps :
68
68
- name : Checkout
69
- uses : actions/checkout@v3
69
+ uses : actions/checkout@v4
70
70
with :
71
71
ref : ${{ github.event.pull_request.head.sha }}
72
72
80
80
runs-on : ubuntu-latest
81
81
steps :
82
82
- name : Checkout
83
- uses : actions/checkout@v3
83
+ uses : actions/checkout@v4
84
84
with :
85
85
ref : ${{ github.event.pull_request.head.sha }}
86
86
You can’t perform that action at this time.
0 commit comments