This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 60bb031de ci(github): bump actions/cache from v2 to v3 for Java
workflows (#2234)
60bb031de is described below
commit 60bb031de6ae3db90dafa814b9328a13979c9f17
Author: Dan Wang <[email protected]>
AuthorDate: Tue Apr 22 14:54:35 2025 +0800
ci(github): bump actions/cache from v2 to v3 for Java workflows (#2234)
Resolve https://github.com/apache/incubator-pegasus/issues/2235.
---
.github/workflows/lint_and_test_java-client.yml | 2 +-
.github/workflows/regular-build.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/lint_and_test_java-client.yml
b/.github/workflows/lint_and_test_java-client.yml
index 6d172bd91..cbc028f01 100644
--- a/.github/workflows/lint_and_test_java-client.yml
+++ b/.github/workflows/lint_and_test_java-client.yml
@@ -80,7 +80,7 @@ jobs:
java: [ '8', '11']
steps:
- uses: actions/checkout@v4
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/regular-build.yml
b/.github/workflows/regular-build.yml
index 6214154ba..1ff13f874 100644
--- a/.github/workflows/regular-build.yml
+++ b/.github/workflows/regular-build.yml
@@ -130,7 +130,7 @@ jobs:
matrix:
java: [ '8', '11']
steps:
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]