fix #378: Bump actions/cache from 3 to 4

This commit is contained in:
Gary Gale
2025-01-17 17:23:49 +00:00
parent ce1ef73f08
commit b39792f967

View File

@@ -25,7 +25,7 @@ jobs:
python-version: '3.x' python-version: '3.x'
cache: poetry cache: poetry
- name: Cache mypy cache - name: Cache mypy cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: .mypy_cache path: .mypy_cache
key: ${{ runner.os }}-mypy-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} key: ${{ runner.os }}-mypy-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}