We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f22c6 commit df610d6Copy full SHA for df610d6
.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.0
+ - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 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