将 actions/cache 版本从 v6 降级至 v5

This commit is contained in:
lyswhut
2026-05-01 02:28:50 +08:00
parent 69e285d3ca
commit f956fd93d5

View File

@@ -16,7 +16,7 @@ runs:
# https://docs.npmjs.com/cli/v10/configuring-npm/folders#cache
- name: Cache node modules
id: cache-npm
uses: actions/cache@v6
uses: actions/cache@v5
with:
path: ${{ env.NPM_CACHE }}
key: ${{ runner.os }}-npm-cache-${{ hashFiles('package-lock.json') }}