We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 123fb48 + 4aa651b commit 35c3c63Copy full SHA for 35c3c63
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Cache tox environments
50
id: cache-tox
51
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
52
with:
53
path: .tox
54
key: tox-typing-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
key: tox-${{ matrix.python-version }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}
0 commit comments