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 f19a201 commit 5419561Copy full SHA for 5419561
.github/workflows/run-codspeed-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
run: uv sync --all-extras --dev
55
56
- name: Cache APT packages
57
- uses: actions/cache@v4
+ uses: actions/cache@v5
58
with:
59
path: /var/cache/apt/archives/
60
key: ${{ runner.os }}-apt-pkgs-${{ hashFiles('**/apt-packages-run-codspeed-tests.txt') }}
.github/workflows/run-linting-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
run: uv run mypy .
41
42
- name: Cache pre-commit hooks and environments
43
44
45
path: ~/.cache/pre-commit
46
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments