Skip to content

Commit c9bafed

Browse files
Update actions/cache action to v5 (#3938)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd43e6f commit c9bafed

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)