From 7ca2c739ff3ec3d92e8c4331c25d12eebf24776e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:26:52 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.2.0 --- .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 530c1b5..bc60ade 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.1.2 + uses: actions/cache@v4.2.0 if: matrix.session == 'pre-commit' with: path: ~/.cache/pre-commit