Skip to content

Commit d6f22c6

Browse files
authored
mypy bump-action-cache-to-v4.0.0 (#60)
1 parent 0d1e944 commit d6f22c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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) }}

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
python-version:
77
description: "Python version to be used"
8-
default: "3.7"
8+
default: "3.8"
99
required: false
1010
type: string
1111
runner:

0 commit comments

Comments
 (0)