File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 - name : Get sha of main
4949 run : echo "main_sha=$(git rev-parse origin/main)" >> $GITHUB_ENV
5050 - name : Restore Turbo Cache
51- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
51+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
5252 with :
5353 path : node_modules/.cache/turbo
5454 # NOTE: We create new cache record for every new commit on main
9191 - name : Get sha of main
9292 run : echo "main_sha=$(git rev-parse origin/main)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
9393 - name : Restore Turbo Cache
94- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
94+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
9595 with :
9696 path : node_modules/.cache/turbo
9797 # NOTE: build & release tasks should have their own cache
@@ -153,7 +153,7 @@ jobs:
153153 - name : Get sha of main
154154 run : echo "main_sha=$(git rev-parse origin/main)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
155155 - name : Restore Turbo Cache
156- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
156+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
157157 with :
158158 path : node_modules/.cache/turbo
159159 key : turbo-cache-${{ runner.os }}-e2e-chunk-${{ matrix.index }}-${{ env.main_sha }}
You can’t perform that action at this time.
0 commit comments