From 2a738721f7cc1ce1f95783796d81b19b9e80a04d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:17:43 +0000 Subject: [PATCH] ci: bump actions/cache from 4.1.1 to 4.1.2 (#785) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee84024..78fafda 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: fh.write(f"result={result}\n") - name: Restore pre-commit cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 if: matrix.session == 'pre-commit' with: path: ~/.cache/pre-commit