From c8e3162b9dc57e4cc2190639e775a3bca34ff526 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 4 Mar 2020 22:18:39 +0200 Subject: [PATCH] Add a version number to cache file to invalidate it --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e543be6..0d8ce71 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: path: ~/.cache/pre-commit key: lint-pre-commit-v1-${{ hashFiles('**/.pre-commit-config.yaml') }} restore-keys: | - lint-pre-commit- + lint-pre-commit-v1- - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1