Skip to content

Commit 02bef12

Browse files
chore(deps): update actions/cache digest to 0400d5f
1 parent ad1c323 commit 02bef12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Use GraphQL v${{matrix.graphql_version}}
5858
run: node ./scripts/match-graphql.js ${{matrix.graphql_version}} && yarn install --no-frozen-lockfile
5959
- name: Cache Jest
60-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
60+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
6161
with:
6262
path: .cache/jest
6363
key: ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)