chore: update to actions/cache@v4

This commit is contained in:
张泊明518370910136 2025-03-21 04:06:22 -04:00
parent adf4fe11a3
commit b35d8f4d80
GPG Key ID: CA088E6D9284F870

View File

@ -15,7 +15,7 @@ jobs:
with: with:
python-version: 3.9 python-version: 3.9
- name: Cache environment - name: Cache environment
uses: actions/cache@v2 uses: actions/cache@v4
id: cache id: cache
with: with:
path: ${{ env.pythonLocation }} path: ${{ env.pythonLocation }}