File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44// can be added it this list.
55
66module . exports = [
7- 'actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16 ' , //actions/cache@v 2.1.2
7+ 'actions/cache@0781355a23dac32fd3bac414512f4b903437991a ' , //actions/cache@v 2.1.3
88 'actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' , //actions/checkout@v 2.3.4
99 'actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9' , //actions/script@v 3.0.0
1010 'actions/labeler@5f867a63be70efff62b767459b009290364495eb' , //actions/labeler@v 2.2.0
Original file line number Diff line number Diff line change 1515 with :
1616 node-version : 14.x
1717 - name : cache node modules
18- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
18+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
1919 with :
2020 path : ~/.npm
2121 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 4242 echo "::set-output name=dir::$(npm config get cache)"
4343
4444 - name : Cache node modules
45- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
45+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
4646 with :
4747 path : ${{ steps.npm-cache.outputs.dir }}
4848 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1616 echo "::set-output name=dir::$(npm config get cache)"
1717
1818 - name : Cache node modules
19- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
19+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
2020 with :
2121 path : ${{ steps.npm-cache.outputs.dir }}
2222 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1818 with :
1919 node-version : 14.x
2020 - name : cache node modules
21- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
21+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
2222 with :
2323 path : ~/.npm
2424 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2727 echo "::set-output name=dir::$(npm config get cache)"
2828
2929 - name : Cache node modules
30- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
30+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
3131 with :
3232 path : ${{ steps.npm-cache.outputs.dir }}
3333 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
6565 echo "::set-output name=dir::$(npm config get cache)"
6666
6767 - name : Cache node modules
68- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
68+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
6969 with :
7070 path : ${{ steps.npm-cache.outputs.dir }}
7171 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 3232 echo "::set-output name=dir::$(npm config get cache)"
3333
3434 - name : Cache node modules
35- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
35+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
3636 with :
3737 path : ${{ steps.npm-cache.outputs.dir }}
3838 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 5353 echo "::set-output name=dir::$(npm config get cache)"
5454
5555 - name : Cache node modules
56- uses : actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16
56+ uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a
5757 with :
5858 path : ${{ steps.npm-cache.outputs.dir }}
5959 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments