mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-04 22:55:18 -05:00
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:
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Cache UV dependencies
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/.cache/uv
|
||||
key: ${{ runner.os }}-uv-${{ hashFiles('backend/pyproject.toml') }}
|
||||
|
||||
Reference in New Issue
Block a user