From 6cf607407a52f8b0a39b474b857d9ec2b6a08334 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Dec 2025 01:50:01 +0000 Subject: [PATCH 1/2] ci(github-action)!: Update https://github.com/actions/cache action to v5 (renovate) --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4b1e903..5953be5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,7 +48,7 @@ jobs: - name: Cache Maven Repository id: cache-maven - uses: https://github.com/actions/cache@v4 + uses: https://github.com/actions/cache@v5 with: path: ~/.m2/repository # The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch. diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4194ca4..16e6627 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -78,7 +78,7 @@ jobs: - name: Cache Maven Repository id: cache-maven - uses: https://github.com/actions/cache@v4 + uses: https://github.com/actions/cache@v5 with: path: ~/.m2/repository # The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch. From 599bb09b4651edd76c7752766329b989e2749966 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Dec 2025 21:53:24 +0000 Subject: [PATCH 2/2] fix(deps): update maven to 3.9.12 (renovate) --- .mvn/wrapper/maven-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 44f3cf2..5f1f570 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,2 @@ distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip