File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
3232
33- - uses : actions/cache@v3
33+ - uses : actions/cache@v4
3434 with :
3535 path : ${{ steps.npm-cache.outputs.dir }}
3636 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2828 - name : Get npm cache directory
2929 id : npm-cache
3030 run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
31- - uses : actions/cache@v3
31+ - uses : actions/cache@v4
3232 with :
3333 path : ${{ steps.npm-cache.outputs.dir }}
3434 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 3030 - name : Get npm cache directory
3131 id : npm-cache
3232 run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
33- - uses : actions/cache@v3
33+ - uses : actions/cache@v4
3434 with :
3535 path : ${{ steps.npm-cache.outputs.dir }}
3636 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2828 id : npm-cache
2929 run : |
3030 echo "::set-output name=dir::$(npm config get cache)"
31- - uses : actions/cache@v3
31+ - uses : actions/cache@v4
3232 with :
3333 path : ${{ steps.npm-cache.outputs.dir }}
3434 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
5555 id : npm-cache
5656 run : |
5757 echo "::set-output name=dir::$(npm config get cache)"
58- - uses : actions/cache@v3
58+ - uses : actions/cache@v4
5959 with :
6060 path : ${{ steps.npm-cache.outputs.dir }}
6161 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
9393 id : npm-cache
9494 run : |
9595 echo "::set-output name=dir::$(npm config get cache)"
96- - uses : actions/cache@v3
96+ - uses : actions/cache@v4
9797 if : runner.os != 'Windows'
9898 with :
9999 path : ${{ steps.npm-cache.outputs.dir }}
@@ -123,7 +123,7 @@ jobs:
123123 id : npm-cache
124124 run : |
125125 echo "::set-output name=dir::$(npm config get cache)"
126- - uses : actions/cache@v3
126+ - uses : actions/cache@v4
127127 with :
128128 path : ${{ steps.npm-cache.outputs.dir }}
129129 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments