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@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
51+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
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@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
94+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
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@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
156+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
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