Skip to content

Commit c3ddc42

Browse files
chore(deps): update actions/cache digest to cdf6c1f
1 parent bbb90b7 commit c3ddc42

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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
60+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
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)