Skip to content

Commit 5427b34

Browse files
authored
Update mypy.yaml
1 parent 0d1e944 commit 5427b34

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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
45+
- uses: actions/cache@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)