9191 persist-credentials : false
9292
9393 - name : Next.js Cache
94- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
94+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
9595 with :
9696 path : ${{ github.workspace }}/.next/cache
9797 key : ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}
@@ -107,7 +107,7 @@ jobs:
107107 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
108108
109109 - name : Restore cypress runner Cache
110- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
110+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
111111 id : restore-cypress-cache
112112 with :
113113 path : ~/.cache/Cypress
@@ -116,7 +116,7 @@ jobs:
116116 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 1
117117
118118 - name : Restore node_modules cache
119- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
119+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
120120 id : restore-cache
121121 with :
122122 path : |
@@ -127,15 +127,15 @@ jobs:
127127 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 3
128128
129129 - name : Restore ui/dist cache
130- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
130+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
131131 id : restore-ui-cache
132132 with :
133133 path : ./packages/ui/dist
134134 key : ${{ runner.os }}-ui-${{ inputs.commit }}
135135
136136 - name : Restore ${{ matrix.package }}/dist cache
137137 id : restore-package-cache
138- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
138+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
139139 with :
140140 path : ./packages/${{ matrix.package }}/dist
141141 key : ${{ runner.os }}-${{ matrix.package }}-${{ inputs.commit }}
@@ -394,7 +394,7 @@ jobs:
394394
395395 - name : Restore CocoaPods cache
396396 id : restore-cocoapods-cache
397- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
397+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
398398 with :
399399 path : ./examples/react-native/ios/Pods
400400 key : ${{ runner.os }}-cocoapods-${{ inputs.commit }}
@@ -652,7 +652,7 @@ jobs:
652652 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
653653
654654 - name : Restore cypress runner Cache
655- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
655+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
656656 id : restore-cypress-cache
657657 with :
658658 path : ~/.cache/Cypress
@@ -661,7 +661,7 @@ jobs:
661661 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 1
662662
663663 - name : Restore Puppeteer runner cache
664- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
664+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
665665 id : restore-puppeteer-cache
666666 with :
667667 path : ~/.cache/puppeteer
@@ -670,7 +670,7 @@ jobs:
670670 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 1
671671
672672 - name : Restore node_modules cache
673- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
673+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
674674 id : restore-cache
675675 with :
676676 path : |
0 commit comments