From 7d977d18564b2d4cd2347c7ecfe245174ef8aebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 06:17:42 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.1 to 3.3.2 (#342) --- .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 d3e9c713..c0c38dd6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: print("::set-output name=result::{}".format(result)) - name: Restore pre-commit cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 if: matrix.session == 'pre-commit' with: path: ~/.cache/pre-commit