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.
1 parent 49f6dd0 commit 348ddfaCopy full SHA for 348ddfa
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Cache tox environments
50
id: cache-tox
51
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.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