We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d41964 + 9479986 commit 5fd8cafCopy full SHA for 5fd8caf
.github/workflows/build-test-measure.yml
@@ -173,7 +173,7 @@ jobs:
173
uses: ./.github/actions/setup-node-npm
174
175
- name: Setup Jest cache
176
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
177
with:
178
path: ~/.jest-cache
179
key: ${{ runner.os }}-jest
@@ -221,7 +221,7 @@ jobs:
221
uses: ./.github/actions/plugin-build
222
223
224
225
226
227
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}
0 commit comments