From eefe85057c65c448d0a1fdac5167b48c49bd5e9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 14:51:16 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.2.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 995680e..7256cb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: print("::set-output name=result::{}".format(result)) - name: Restore pre-commit cache - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.2 if: matrix.session == 'pre-commit' with: path: ~/.cache/pre-commit