1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-08-22 11:28:34 +00:00

Update action/cache from v2 to v4

cache v2 已不被支援。现更新至v4。看起来不需要更改其他东西。
This commit is contained in:
SodaWithoutSparkles 2025-02-05 10:51:04 +08:00 committed by 风扇滑翔翼
parent e0628a7666
commit f716560eda

View File

@ -24,7 +24,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}