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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
51+ uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
94+ uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
156+ uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
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