We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1e944 commit 5427b34Copy full SHA for 5427b34
.github/workflows/mypy.yaml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
pipenv --python ${{ inputs.python-version }}
44
pipenv install --dev
45
- - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ - uses: actions/cache@v4.0.0
46
with:
47
path: ${{ env.MYPY_CACHE_DIR }}
48
key: mypy-${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles(inputs.cache-dependency-path) }}
0 commit comments