Skip to content

Commit 37b48be

Browse files
Update actions/cache action to v5
1 parent 3602e46 commit 37b48be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: '3.14'
4242
- run: python3 -m pip install --requirement=ci/requirements.txt
4343

44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v5
4545
with:
4646
path: ~/.cache/pre-commit
4747
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)