Skip to content

Commit f956fd9

Browse files
committed
将 actions/cache 版本从 v6 降级至 v5
1 parent 69e285d commit f956fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
# https://docs.npmjs.com/cli/v10/configuring-npm/folders#cache
1717
- name: Cache node modules
1818
id: cache-npm
19-
uses: actions/cache@v6
19+
uses: actions/cache@v5
2020
with:
2121
path: ${{ env.NPM_CACHE }}
2222
key: ${{ runner.os }}-npm-cache-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)