We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79aa05 commit 6e3e69fCopy full SHA for 6e3e69f
.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@v4.0.2
+ - uses: actions/cache@v4
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