We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f611db4 commit f84297fCopy full SHA for f84297f
.github/workflows/docs.yml
@@ -87,7 +87,7 @@ jobs:
87
88
89
- name: Setup caching for pip packages
90
- uses: actions/cache@v4
+ uses: actions/cache@v5
91
with:
92
path: ${{ steps.pip-cache.outputs.dir }}
93
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-full.txt') }}
.github/workflows/test.yml
@@ -119,7 +119,7 @@ jobs:
119
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
120
121
122
123
124
125
0 commit comments