Skip to content

Commit b83215c

Browse files
Merge remote-tracking branch 'iipc/master'
2 parents d283ed7 + e31daca commit b83215c

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ updates:
55
open-pull-requests-limit: 10
66
schedule:
77
interval: "monthly"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
timeout-minutes: 30
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: Set up JDK ${{ matrix.jdk }}
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v5
2525
with:
2626
java-version: ${{ matrix.jdk }}
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Cache local Maven repository
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.m2/repository
3333
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-surefire-plugin</artifactId>
200-
<version>3.5.5</version>
200+
<version>3.5.6</version>
201201
</plugin>
202202
<plugin>
203203
<groupId>de.thetaphi</groupId>

0 commit comments

Comments
 (0)