From a2e0caf87700e98cda95be76170744c6f4e46fb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:18:14 +0000 Subject: [PATCH] Update actions/cache action to v4 | datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v3 | v4 | --- .github/workflows/clojure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index 62ccd39..9e1feb7 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4.0.0 - name: Cache maven dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-maven with: @@ -22,7 +22,7 @@ jobs: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/project.clj') }} - name: Cache npm dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-npm with: