File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
validate :
8
8
name : Validate renovatebot config
9
- runs-on : ubuntu-20 .04
9
+ runs-on : ubuntu-24 .04
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
14
- name : Validate
15
- uses : suzuki-shunsuke/github-action-renovate-config-validator@v0 .1.3
15
+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v1 .1.1
16
16
with :
17
17
config_file_path : .github/renovate.json5
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.entur.ror</groupId >
24
24
<artifactId >superpom</artifactId >
25
- <version >1.53 </version >
25
+ <version >3.3 </version >
26
26
</parent >
27
27
28
28
<groupId >org.entur.ror.helpers</groupId >
86
86
87
87
<java .version>11</java .version>
88
88
89
- <spring-cloud-gcp .version>3.4.3 </spring-cloud-gcp .version>
90
- <camel .version>2.25.4 </camel .version>
91
- <camel3 .version>3.14.4 </camel3 .version>
92
- <kubernetes-client .version>5.12.4 </kubernetes-client .version>
93
- <commons-io .version>2.11 .0</commons-io .version>
89
+ <spring-cloud-gcp .version>5.10.0 </spring-cloud-gcp .version>
90
+ <camel .version>4.9.0 </camel .version>
91
+ <camel3 .version>4.9.0 </camel3 .version>
92
+ <kubernetes-client .version>7.0.1 </kubernetes-client .version>
93
+ <commons-io .version>2.18 .0</commons-io .version>
94
94
<hazelcast-kubernetes .version>2.2.3</hazelcast-kubernetes .version>
95
95
96
- <hamcrest .version>2.2 </hamcrest .version>
96
+ <hamcrest .version>3.0 </hamcrest .version>
97
97
98
- <nexus-staging-maven-plugin .version>1.6.8 </nexus-staging-maven-plugin .version>
99
- <maven-gpg-plugin .version>1.6 </maven-gpg-plugin .version>
98
+ <nexus-staging-maven-plugin .version>1.7.0 </nexus-staging-maven-plugin .version>
99
+ <maven-gpg-plugin .version>3.2.7 </maven-gpg-plugin .version>
100
100
101
101
102
102
<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
You can’t perform that action at this time.
0 commit comments