File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 lfs : true
1919
2020 - name : Cache Dependencies
21- uses : actions/cache@v4
21+ uses : actions/cache@v5
2222 with :
2323 path : ~/.pnpm-store
2424 key : ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 5656 lfs : true
5757
5858 - name : Cache Dependencies
59- uses : actions/cache@v4
59+ uses : actions/cache@v5
6060 with :
6161 path : ~/.pnpm-store
6262 key : ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -119,7 +119,7 @@ jobs:
119119 lfs : true
120120
121121 - name : Cache Dependencies
122- uses : actions/cache@v4
122+ uses : actions/cache@v5
123123 with :
124124 path : ~/.pnpm-store
125125 key : ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 2020 lfs : true
2121
2222 - name : Cache Dependencies
23- uses : actions/cache@v4
23+ uses : actions/cache@v5
2424 with :
2525 path : ~/.pnpm-store
2626 key : ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments