6868 node-version-file : ' .nvmrc'
6969 cache : ' npm'
7070 - name : Set up turbo cache
71- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
71+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
7272 with :
7373 path : .turbo
7474 key : ${{ runner.os }}-turbo-${{ github.job }}-${{ matrix.react-version }}-${{ github.run_id }}-${{ github.run_attempt }}
@@ -103,7 +103,7 @@ jobs:
103103 node-version-file : ' .nvmrc'
104104 cache : ' npm'
105105 - name : Set up turbo cache
106- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
106+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
107107 with :
108108 path : .turbo
109109 key : ${{ runner.os }}-turbo-${{ github.job }}-${{ matrix.react-version }}-${{ github.run_id }}-${{ github.run_attempt }}
@@ -137,7 +137,7 @@ jobs:
137137 node-version-file : ' .nvmrc'
138138 cache : ' npm'
139139 - name : Set up turbo cache
140- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
140+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
141141 with :
142142 path : .turbo
143143 key : ${{ runner.os }}-turbo-${{ github.job }}-${{ matrix.react-version }}-${{ github.run_id }}-${{ github.run_attempt }}
@@ -164,7 +164,7 @@ jobs:
164164 node-version-file : ' .nvmrc'
165165 cache : ' npm'
166166 - name : Set up turbo cache
167- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
167+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
168168 with :
169169 path : .turbo
170170 key : ${{ runner.os }}-turbo-${{ github.job }}-default-${{ github.run_id }}-${{ github.run_attempt }}
@@ -194,7 +194,7 @@ jobs:
194194 node-version-file : ' .nvmrc'
195195 cache : ' npm'
196196 - name : Set up turbo cache
197- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
197+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
198198 with :
199199 path : .turbo
200200 key : ${{ runner.os }}-turbo-${{ github.job }}-default-${{ github.run_id }}-${{ github.run_attempt }}
0 commit comments