mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Merge pull request #1 from Dvorinka/dependabot/github_actions/actions/cache-5
This commit is contained in:
@@ -410,7 +410,7 @@ jobs:
|
|||||||
sudo apt-get install -y libev-dev
|
sudo apt-get install -y libev-dev
|
||||||
|
|
||||||
- name: Cache Python dependencies
|
- name: Cache Python dependencies
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/pip
|
path: ~/.cache/pip
|
||||||
key: pip-${{ hashFiles('**/requirements.txt') }}
|
key: pip-${{ hashFiles('**/requirements.txt') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user