Skip to content

Commit 6e3e69f

Browse files
authored
Update mypy.yaml (#64)
1 parent e79aa05 commit 6e3e69f

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.2
45+
- uses: actions/cache@v4
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)