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 7955d371c Update cache version
7955d371c is described below
commit 7955d371c78bd5f559dfe034f6ac7a12ac5ef503
Author: Isuru Udana Loku Narangoda <[email protected]>
AuthorDate: Wed Oct 8 12:44:55 2025 +0530
Update cache version
---
.github/workflows/build_cron.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_cron.yml b/.github/workflows/build_cron.yml
index 7f6c5dda9..b8cc32f95 100644
--- a/.github/workflows/build_cron.yml
+++ b/.github/workflows/build_cron.yml
@@ -20,7 +20,7 @@ jobs:
java-version: 8
- name: Cache maven artifacts
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}