This is an automated email from the ASF dual-hosted git repository.
wangzhen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 8ccf7980 [AURON #1355] Upgrade actions/cache from v3 to v4 in
`build-ce7-release.yml` (#1356)
8ccf7980 is described below
commit 8ccf79804ef725568140afc357a1a754001bc7f9
Author: Ruilei Ma <[email protected]>
AuthorDate: Fri Sep 26 10:08:46 2025 +0800
[AURON #1355] Upgrade actions/cache from v3 to v4 in
`build-ce7-release.yml` (#1356)
---
.github/workflows/build-ce7-releases.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-ce7-releases.yml
b/.github/workflows/build-ce7-releases.yml
index d849ddca..ae89e26f 100644
--- a/.github/workflows/build-ce7-releases.yml
+++ b/.github/workflows/build-ce7-releases.yml
@@ -79,7 +79,7 @@ jobs:
- name: Cache auron-${{ matrix.sparkver }}_${{ matrix.scalaver }}
id: cache
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path:
target-docker/auron-${{matrix.sparkver}}_${{matrix.scalaver}}-release-${{
env.osclassfier }}-${{ matrix.auronver }}.jar
key: auron-${{matrix.sparkver}}_${{matrix.scalaver}}-release-${{
env.osclassfier }}-${{ matrix.auronver }}.jar