This is an automated email from the ASF dual-hosted git repository.
isudana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/synapse.git
The following commit(s) were added to refs/heads/master by this push:
new 611cb33c6 Update the cache version
611cb33c6 is described below
commit 611cb33c692aa16098d5cad6ffbb4f78371ea3d7
Author: Isuru Udana Loku Narangoda <[email protected]>
AuthorDate: Wed Oct 8 12:44:27 2025 +0530
Update the cache version
---
.github/workflows/build_pull.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_pull.yml b/.github/workflows/build_pull.yml
index 481794218..91f76e3fc 100644
--- a/.github/workflows/build_pull.yml
+++ b/.github/workflows/build_pull.yml
@@ -25,7 +25,7 @@ jobs:
java-version: ${{ matrix.java }}
- name: Caches maven artifacts
- uses: actions/cache@v1
+ uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}