summaryrefslogtreecommitdiff
path: root/.github/workflows/spell-check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/spell-check.yml')
-rw-r--r--.github/workflows/spell-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml
index ac9cf2532..ddd321024 100644
--- a/.github/workflows/spell-check.yml
+++ b/.github/workflows/spell-check.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
- name: pip cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}