mirror of
https://github.com/ermaozi/get_subscribe.git
synced 2025-08-18 13:43:13 +00:00
升级cache
This commit is contained in:
parent
3c4ac42294
commit
8067685a46
2
.github/workflows/get_projaec_info.yml
vendored
2
.github/workflows/get_projaec_info.yml
vendored
@ -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') }}
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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') }}
|
||||
|
Loading…
Reference in New Issue
Block a user