There was an error while loading. Please reload this page.
1 parent b2180ba commit f6a48caCopy full SHA for f6a48ca
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: "3.12"
21
22
- name: Cache
23
- uses: actions/cache@v4
+ uses: actions/cache@v5
24
with:
25
path: ${{ env.pythonLocation }}
26
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
0 commit comments