From 93f1d0fc140b976fa2ee025b68382de72ce9a55f Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 22 Nov 2025 13:07:25 -0800 Subject: [PATCH] ci: update actions/cache from v3 to v4 - Update deprecated actions/cache@v3 to actions/cache@v4 - Ensures continued support and bug fixes - Cache key and path remain compatible with v4 --- .github/workflows/spark-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spark-integration-tests.yml b/.github/workflows/spark-integration-tests.yml index d036d546a..e617fd5a3 100644 --- a/.github/workflows/spark-integration-tests.yml +++ b/.github/workflows/spark-integration-tests.yml @@ -215,7 +215,7 @@ jobs: - name: Cache Apache Spark id: cache-spark - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: spark-3.5.0-bin-hadoop3 key: spark-3.5.0-hadoop3