Merge pull request #73 from pacnpal/dependabot/github_actions/actions/cache-5

[DEPENDABOT] Update Actions: Bump actions/cache from 4 to 5
This commit is contained in:
pacnpal
2026-01-09 08:37:32 -05:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Cache UV dependencies - name: Cache UV dependencies
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ~/.cache/uv path: ~/.cache/uv
key: ${{ runner.os }}-uv-${{ hashFiles('backend/pyproject.toml') }} key: ${{ runner.os }}-uv-${{ hashFiles('backend/pyproject.toml') }}