Skip to content

Commit 5419561

Browse files
chore(deps): update actions/cache action to v5 (#1291)
1 parent f19a201 commit 5419561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-codspeed-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: uv sync --all-extras --dev
5555

5656
- name: Cache APT packages
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
path: /var/cache/apt/archives/
6060
key: ${{ runner.os }}-apt-pkgs-${{ hashFiles('**/apt-packages-run-codspeed-tests.txt') }}

.github/workflows/run-linting-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: uv run mypy .
4141

4242
- name: Cache pre-commit hooks and environments
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: ~/.cache/pre-commit
4646
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)