From 8067685a4646a6251cbc3fb4a6929c963026f456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E7=8C=AB=E5=AD=90?= Date: Mon, 17 Mar 2025 03:42:41 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/get_projaec_info.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get_projaec_info.yml b/.github/workflows/get_projaec_info.yml index 4ffe142..093c331 100644 --- a/.github/workflows/get_projaec_info.yml +++ b/.github/workflows/get_projaec_info.yml @@ -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') }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12b4ed3..2b93424 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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') }}