File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
node-version : [22]
15
15
steps :
16
16
- name : Check out repository code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
20
version : 9
Original file line number Diff line number Diff line change 28
28
contents : read
29
29
pull-requests : write
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
- uses : pnpm/action-setup@v2
33
33
with :
34
34
version : 10
Original file line number Diff line number Diff line change 20
20
matrix :
21
21
node-version : [22]
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- uses : pnpm/action-setup@v2
25
25
with :
26
26
version : 8
Original file line number Diff line number Diff line change 16
16
matrix :
17
17
node-version : [22]
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
name : " Checkout app source repository"
21
21
with :
22
22
repository : homarr-labs/homarr
66
66
runs-on : ubuntu-latest
67
67
needs : start-homarr-and-export-api-spec
68
68
steps :
69
- - uses : actions/checkout@v4
69
+ - uses : actions/checkout@v5
70
70
name : " Checkout documentation source repository"
71
71
with :
72
72
repository : homarr-labs/documentation
You can’t perform that action at this time.
0 commit comments