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 8cbe7ff + af26dff commit d0e5178Copy full SHA for d0e5178
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Cache tox environments
50
id: cache-tox
51
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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