From 2b60d8163a45a6feeb55001da40dd4f23e5241e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 07:02:16 -0700 Subject: Bump actions/cache from 3.0.8 to 3.0.9 (#2364) --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d943f19..ae3558b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -46,7 +46,7 @@ jobs: pip install -U setuptools python -m pip install -U pip - name: cache mypy - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: ./.mypy_cache key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }} -- cgit v1.2.1