File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 run : echo "::set-output name=dir::$(yarn cache dir)"
3737
3838 - name : Cache node_modules
39- uses : actions/cache@v3.0.11
39+ uses : actions/cache@v3.2.2
4040 with :
4141 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
4242 key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 3636 run : echo "::set-output name=dir::$(yarn cache dir)"
3737
3838 - name : Cache node_modules
39- uses : actions/cache@v3.0.11
39+ uses : actions/cache@v3.2.2
4040 with :
4141 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
4242 key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
7373 run : echo "::set-output name=dir::$(yarn cache dir)"
7474
7575 - name : Cache node_modules
76- uses : actions/cache@v3.0.11
76+ uses : actions/cache@v3.2.2
7777 with :
7878 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
7979 key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -110,7 +110,7 @@ jobs:
110110 run : echo "::set-output name=dir::$(yarn cache dir)"
111111
112112 - name : Cache node_modules
113- uses : actions/cache@v3.0.11
113+ uses : actions/cache@v3.2.2
114114 with :
115115 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
116116 key : ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments