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 8f20b57 commit 194ef72Copy full SHA for 194ef72
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
version: "0.11.2"
47
python-version: "3.13"
48
enable-cache: true # zizmor: ignore[cache-poisoning] CI-only, no artifacts published
49
- - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.4 # zizmor: ignore[cache-poisoning]
+ - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # zizmor: ignore[cache-poisoning]
50
name: Cache mypy cache
51
with:
52
path: ./.mypy_cache
0 commit comments