File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
init :
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v5
39
39
with :
40
40
path : renovate-config
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
with :
43
43
repository : bettermarks/${{ inputs.repository}}
44
44
path : ${{ inputs.repository }}
Original file line number Diff line number Diff line change 8
8
validate :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
# validate every configuration preset
13
13
- uses : bettermarks/renovate-config/validator@main
14
14
with :
Original file line number Diff line number Diff line change 8
8
renovate-config-validator :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- uses : bettermarks/renovate-config/validator@main
You can’t perform that action at this time.
0 commit comments