Skip to content

Commit f32885c

Browse files
chore(deps): update actions/cache digest to 5a3ec84
1 parent 7ef5319 commit f32885c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
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@5a3ec84eff668545956fd18022155c47e93e2684 # 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)