We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d32d910 + 246ac1d commit 86b7487Copy full SHA for 86b7487
.github/workflows/deploytest.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
python-version: '3.10'
55
- name: pip cache
56
- uses: actions/cache@v4
+ uses: actions/cache@v5
57
58
path: ~/.cache/pip
59
key: ${{ runner.os }}-pyprod-${{ hashFiles('requirements.txt') }}
.github/workflows/pythontest.yml
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
key: ${{ runner.os }}-pytest-${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}
0 commit comments