We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1e944 commit d6f22c6Copy full SHA for d6f22c6
.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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ - uses: actions/cache@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) }}
.github/workflows/pre-commit.yaml
@@ -5,7 +5,7 @@ on:
5
inputs:
6
python-version:
7
description: "Python version to be used"
8
- default: "3.7"
+ default: "3.8"
9
required: false
10
type: string
11
runner:
0 commit comments