chore(deps): update actions/cache action to v5 #185

Merged
luke merged 1 commits from renovate/actions-cache-5.x into main 2025-12-11 21:55:45 +00:00
Showing only changes of commit 84fb061108 - Show all commits

View File

@@ -30,7 +30,7 @@ jobs:
python-version: "3.14"
- name: uv cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/.uv-cache
key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}