|
46 | 46 | - name: Get sha of main |
47 | 47 | run: echo "main_sha=$(git rev-parse origin/main)" >> $GITHUB_ENV |
48 | 48 | - name: Restore Turbo Cache |
49 | | - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
| 49 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
50 | 50 | with: |
51 | 51 | path: node_modules/.cache/turbo |
52 | 52 | # NOTE: We create new cache record for every new commit on main |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | - name: Get sha of main |
114 | 114 | run: echo "main_sha=$(git rev-parse origin/main)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }} |
115 | 115 | - name: Restore Turbo Cache |
116 | | - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
| 116 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
117 | 117 | with: |
118 | 118 | path: node_modules/.cache/turbo |
119 | 119 | # NOTE: build & release tasks should have their own cache |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 |
|
168 | 168 | steps: |
169 | 169 | - name: Download mxtools cache |
170 | | - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
| 170 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
171 | 171 | id: cache |
172 | 172 | with: |
173 | 173 | path: | |
@@ -195,7 +195,7 @@ jobs: |
195 | 195 | - name: Get sha of main |
196 | 196 | run: echo "main_sha=$(git rev-parse origin/main)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }} |
197 | 197 | - name: Restore Turbo Cache |
198 | | - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
| 198 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
199 | 199 | with: |
200 | 200 | path: node_modules/.cache/turbo |
201 | 201 | key: turbo-cache-${{ runner.os }}-e2e-chunk-${{ matrix.index }}-${{ env.main_sha }} |
|
0 commit comments