From bf1e274dfee1453247148ed608c66fee59e15b8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:27:35 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/notebooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebooks.yaml b/.github/workflows/notebooks.yaml index bd98c10..c08ec5e 100644 --- a/.github/workflows/notebooks.yaml +++ b/.github/workflows/notebooks.yaml @@ -69,7 +69,7 @@ jobs: python -m pip install tox tox-gh-actions build - name: Cache Tools (Hadoop, Hive, Spark) id: cache-tools - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | notebooks/hadoop-*