升级cache

This commit is contained in:
二猫子 2025-03-17 03:42:41 +00:00
parent 3c4ac42294
commit 8067685a46
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
with:
python-version: '3.11.6'
- name: 加载缓存
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/run_in_Actions/requirements.txt') }}

View File

@ -19,7 +19,7 @@ jobs:
with:
python-version: '3.10'
- name: 加载缓存
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/run_in_Actions/requirements.txt') }}