From 2b6835315e7690f183735a95cdacddd6472e86ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:01:39 +0000 Subject: [PATCH] ci: bump actions/cache from 4.1.0 to 4.1.1 (#779) --- .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 9fc449a..ee84024 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.0 + uses: actions/cache@v4.1.1 if: matrix.session == 'pre-commit' with: path: ~/.cache/pre-commit