File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
ref : ${{ github.event.pull_request.head.ref }}
33
33
Original file line number Diff line number Diff line change 24
24
- { spec: 'development', result: 1 }
25
25
steps :
26
26
- name : Checkout Code
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Test Setup LilyPond
30
30
id : test
50
50
- { spec: '2.24.2', expected: '2.24.2' }
51
51
steps :
52
52
- name : Checkout Code
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
55
55
- name : Test Setup LilyPond
56
56
id : test
79
79
80
80
steps :
81
81
- name : Checkout
82
- uses : actions/checkout@v4
82
+ uses : actions/checkout@v5
83
83
84
84
- name : Test Setup LilyPond
85
85
id : setup
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
steps :
107
107
- name : Checkout
108
- uses : actions/checkout@v4
108
+ uses : actions/checkout@v5
109
109
110
110
- name : Test Setup LilyPond
111
111
id : setup
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 0
26
26
You can’t perform that action at this time.
0 commit comments