Merge pull request #1 from Dvorinka/dependabot/github_actions/actions/cache-5

This commit is contained in:
Tomáš Dvořák
2026-04-10 12:26:57 +02:00
committed by GitHub
+1 -1
View File
@@ -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') }}