Skip to content

Commit df610d6

Browse files
authored
bump-to-v4-with-sh (#61)
1 parent d6f22c6 commit df610d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
pipenv --python ${{ inputs.python-version }}
4444
pipenv install --dev
45-
- uses: actions/cache@v4.0.0
45+
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
4646
with:
4747
path: ${{ env.MYPY_CACHE_DIR }}
4848
key: mypy-${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles(inputs.cache-dependency-path) }}

0 commit comments

Comments
 (0)